Click or drag to resize

LogEvent Properties

[This is preliminary documentation and is subject to change.]

The LogEvent type exposes the following members.

Properties
  NameDescription
Public propertyMessage
The log message
Public propertySeverity
The severity of the logging event
Public propertySource
Determines the source of the logging event. Unknown if no SourceFile is provided
Public propertySourceFile
The source file from where the logging event originated
Public propertySourceLineNumber
The line number of the source file on which the logging event originated
Public propertySourceMethod
The source method from where the logging event originated
Top
See Also