C# Class Serilog.Formatting.Display.OutputProperties

ファイルを表示 Open project: serilog/serilog Class Usage Examples

Public Methods

Method Description
GetOutputProperties ( LogEvent logEvent ) : LogEventPropertyValue>.IReadOnlyDictionary

Create properties from the provided log event.

Method Details

GetOutputProperties() public static method

Create properties from the provided log event.
public static GetOutputProperties ( LogEvent logEvent ) : LogEventPropertyValue>.IReadOnlyDictionary
logEvent Serilog.Events.LogEvent The log event.
return LogEventPropertyValue>.IReadOnlyDictionary