LogData Properties
From NSG Library Logger
LogData Properties |
A Sandcastle Documented Class Library |
The LogData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Application |
The application passed in the constructor.
| |
| Date |
The date and time of the log (now).
| |
| Exception |
The exception, including the stack trace.
| |
| Id |
The id/key of the log record.
| |
| Level |
The human value of the above 'LogLevel'.
| |
| LogLevel |
The log level, can be used to limit, depending on the implementation.
| |
| Message |
Log message.
| |
| Method |
The method that called log.
| |
| UserAccount |
The user identity of the caller.
|
See Also