프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetProperties | object>.IDictionary |
메소드 | 설명 | |
---|---|---|
AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic |
Initializes a new instance of the AllEventPropertiesLayoutRenderer class.
|
메소드 | 설명 | |
---|---|---|
Append ( StringBuilder builder, LogEventInfo logEvent ) : void |
Renders all log event's properties and appends them to the specified StringBuilder.
|
메소드 | 설명 | |
---|---|---|
GetProperties ( LogEventInfo logEvent ) : object>.IDictionary |
Also render the call attributes? (CallerMemberNameAttribute, CallerFilePathAttribute, CallerLineNumberAttribute).
|
public AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void | ||
builder | StringBuilder | The |
logEvent | LogEventInfo | Logging event. |
리턴 | void |