Class LogEventInfo
- Namespace
- SLLoggerUtil
- Assembly
- SLLoggerUtil.dll
Log info event class.
public class LogEventInfo
- Inheritance
-
LogEventInfo
- Extension Methods
Properties
- Args
Gets the arguments.
- LogLevel
Gets the log level.
- Logger
Gets the logger that created this event.
- LoggerScope
Gets the logger scope.
- Message
Gets the message.
- Timestamp
Gets the time stamp.
Methods
- Create(ILogger, LogLevel, string, ILoggerScope, params object[])
Creates a new instance of LogEventInfo.