Property | Type | Description |
---|
Method | Description | |
---|---|---|
EventPropertiesLayoutRenderer ( ) : NLog.Internal |
Log event context data with default options.
|
Method | Description | |
---|---|---|
Append ( StringBuilder builder, LogEventInfo logEvent ) : void |
Renders the specified log event context item and appends it to the specified StringBuilder.
|
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void | ||
builder | StringBuilder | The |
logEvent | LogEventInfo | Logging event. |
return | void |
public EventPropertiesLayoutRenderer ( ) : NLog.Internal | ||
return | NLog.Internal |