LogEventInfo Methods |
The LogEventInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Create(LogLevel, String, String) |
Creates the log event.
| |
| Create(LogLevel, String, IFormatProvider, Object) |
Creates the log event.
| |
| Create(LogLevel, String, Exception, IFormatProvider, String) |
Creates the log event.
| |
| Create(LogLevel, String, IFormatProvider, String, Object) |
Creates the log event.
| |
| Create(LogLevel, String, Exception, IFormatProvider, String, Object) |
Creates the log event.
| |
| CreateNullEvent |
Creates the null event.
| |
| SetCallerInfo |
Sets the details retrieved from the Caller Information Attributes
| |
| SetStackTrace |
Sets the stack trace for the event info.
| |
| ToString |
Returns a string representation of this log event.
(Overrides ObjectToString.) | |
| WithContinuation |
Creates AsyncLogEventInfo from this LogEventInfo by attaching the specified asynchronous continuation.
|