 | ILoggerLog Method |
Writes a message for an exception.
Namespace: Bobs.LumberjackAssembly: Bobs.Lumberjack (in Bobs.Lumberjack.dll) Version: 0.1.0-dev001
Syntaxvoid Log(
Level level,
Exception exception,
Func<string> message
)
Sub Log (
level As Level,
exception As Exception,
message As Func(Of String)
)
void Log(
Level level,
Exception^ exception,
Func<String^>^ message
)
abstract Log :
level : Level *
exception : Exception *
message : Func<string> -> unit
Parameters
- level
- Type: Bobs.LumberjackLevel
The level to use. - exception
- Type: SystemException
The exception. - message
- Type: SystemFuncString
The message.
See Also