The ILogWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Write(LogLevel, Type, Int32, String, String) |
Write a message into the log.
| |
Write(LogLevel, Type, Int32, String, String, array<Byte>[]()[][], Int32, Int32) |
Write a message and data block into the log.
|
Properties
Name | Description | |
---|---|---|
Level |
Get or set the log level - only log messages with log level equal to or greater than the specified one.
|