LoggingEventSource.Keywords Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is public from an EventSource consumer point of view, but since these definitions are not needed outside this class
public: ref class LoggingEventSource::Keywords abstract sealed
public static class LoggingEventSource.Keywords
type LoggingEventSource.Keywords = class
Public Class LoggingEventSource.Keywords
- Inheritance
-
LoggingEventSource.Keywords
Fields
FormattedMessage |
Turns on the 'FormatMessage' event when ILogger.Log() is called. It gives the formatted string version of the information. |
JsonMessage |
Turns on the 'MessageJson' event when ILogger.Log() is called. It gives JSON representation of the Arguments. |
Message |
Turns on the 'Message' event when ILogger.Log() is called. It gives the information in a programmatic (not formatted) way |
Meta |
Meta events are events about the LoggingEventSource itself (that is they did not come from ILogger |