Click or drag to resize

LogEventInfo Methods

The LogEventInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(LogLevel, String, String)
Creates the log event.
Public methodStatic memberCreate(LogLevel, String, IFormatProvider, Object)
Creates the log event.
Public methodStatic memberCreate(LogLevel, String, Exception, IFormatProvider, String)
Creates the log event.
Public methodStatic memberCreate(LogLevel, String, IFormatProvider, String, Object)
Creates the log event.
Public methodStatic memberCreate(LogLevel, String, Exception, IFormatProvider, String, Object)
Creates the log event.
Public methodStatic memberCreateNullEvent
Creates the null event.
Public methodSetCallerInfo
Sets the details retrieved from the Caller Information Attributes
Public methodSetStackTrace
Sets the stack trace for the event info.
Public methodToString
Returns a string representation of this log event.
(Overrides ObjectToString.)
Public methodWithContinuation
Creates AsyncLogEventInfo from this LogEventInfo by attaching the specified asynchronous continuation.
Top
See Also