Property | Type | Description | |
---|---|---|---|
GetProperties | object>.IDictionary |
Method | Description | |
---|---|---|
AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic |
Initializes a new instance of the AllEventPropertiesLayoutRenderer class.
|
Method | Description | |
---|---|---|
Append ( StringBuilder builder, LogEventInfo logEvent ) : void |
Renders all log event's properties and appends them to the specified StringBuilder.
|
Method | Description | |
---|---|---|
GetProperties ( LogEventInfo logEvent ) : object>.IDictionary |
Also render the call attributes? (CallerMemberNameAttribute, CallerFilePathAttribute, CallerLineNumberAttribute).
|
public AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void | ||
builder | StringBuilder | The |
logEvent | LogEventInfo | Logging event. |
return | void |