LoggerExtensionMethods..::..Log Method (FluentLogger, LogLevel, EventId, Exception, String, array<Object>[]()[][])
Writes a log entry.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
Parameters
- sender
- Type: Walter..::..FluentLogger
The sender sending the log
- level
- Type: LogLevel
The log level to write
- data
- Type: EventId
Identifies a logging event. The primary identifier is the "Id" property, with the "Name" property providing a short description of this type of event.
- e
- Type: Exception
The exception related to this entry
- message
- Type: String
The message to log
- args
- Type: array<Object>[]()[][]
the parameters used by the formatter to format the message

