Method | Description | |
---|---|---|
Debug ( Action |
Log a message with the LogLevel.Debug level using a callback to obtain the message
|
|
Debug ( Action |
Log a message with the LogLevel.Debug level using a callback to obtain the message
|
|
Debug ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Debug level using a callback to obtain the message
|
|
Debug ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Debug level using a callback to obtain the message
|
|
Debug ( object message ) : void |
Log a message object with the LogLevel.Debug level.
|
|
Debug ( object message, |
Log a message object with the LogLevel.Debug level including the stack trace of the Exception passed as a parameter.
|
|
DebugFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Debug level.
|
|
DebugFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Debug level.
|
|
DebugFormat ( string format ) : void |
Log a message with the LogLevel.Debug level.
|
|
DebugFormat ( string format, |
Log a message with the LogLevel.Debug level.
|
|
Error ( Action |
Log a message with the LogLevel.Error level using a callback to obtain the message
|
|
Error ( Action |
Log a message with the LogLevel.Error level using a callback to obtain the message
|
|
Error ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Error level using a callback to obtain the message
|
|
Error ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Error level using a callback to obtain the message
|
|
Error ( object message ) : void |
Log a message object with the LogLevel.Error level.
|
|
Error ( object message, |
Log a message object with the LogLevel.Error level including the stack trace of the Exception passed as a parameter.
|
|
ErrorFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Error level.
|
|
ErrorFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Error level.
|
|
ErrorFormat ( string format ) : void |
Log a message with the LogLevel.Error level.
|
|
ErrorFormat ( string format, |
Log a message with the LogLevel.Error level.
|
|
Fatal ( Action |
Log a message with the LogLevel.Fatal level using a callback to obtain the message
|
|
Fatal ( Action |
Log a message with the LogLevel.Fatal level using a callback to obtain the message
|
|
Fatal ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Fatal level using a callback to obtain the message
|
|
Fatal ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Fatal level using a callback to obtain the message
|
|
Fatal ( object message ) : void |
Log a message object with the LogLevel.Fatal level.
|
|
Fatal ( object message, |
Log a message object with the LogLevel.Fatal level including the stack trace of the Exception passed as a parameter.
|
|
FatalFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Fatal level.
|
|
FatalFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Fatal level.
|
|
FatalFormat ( string format ) : void |
Log a message with the LogLevel.Fatal level.
|
|
FatalFormat ( string format, |
Log a message with the LogLevel.Fatal level.
|
|
Info ( Action |
Log a message with the LogLevel.Info level using a callback to obtain the message
|
|
Info ( Action |
Log a message with the LogLevel.Info level using a callback to obtain the message
|
|
Info ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Info level using a callback to obtain the message
|
|
Info ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Info level using a callback to obtain the message
|
|
Info ( object message ) : void |
Log a message object with the LogLevel.Info level.
|
|
Info ( object message, |
Log a message object with the LogLevel.Info level including the stack trace of the Exception passed as a parameter.
|
|
InfoFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Info level.
|
|
InfoFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Info level.
|
|
InfoFormat ( string format ) : void |
Log a message with the LogLevel.Info level.
|
|
InfoFormat ( string format, |
Log a message with the LogLevel.Info level.
|
|
MultiLogger ( IEnumerable |
Initializes a new instance of the MultiLogger class.
|
|
Trace ( Action |
Log a message with the LogLevel.Trace level using a callback to obtain the message
|
|
Trace ( Action |
Log a message with the LogLevel.Trace level using a callback to obtain the message
|
|
Trace ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Trace level using a callback to obtain the message
|
|
Trace ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Trace level using a callback to obtain the message
|
|
Trace ( object message ) : void |
Log a message object with the LogLevel.Trace level.
|
|
Trace ( object message, |
Log a message object with the LogLevel.Trace level including the stack trace of the Exception passed as a parameter.
|
|
TraceFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Trace level.
|
|
TraceFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Trace level.
|
|
TraceFormat ( string format ) : void |
Log a message with the LogLevel.Trace level.
|
|
TraceFormat ( string format, |
Log a message with the LogLevel.Trace level.
|
|
Warn ( Action |
Log a message with the LogLevel.Warn level using a callback to obtain the message
|
|
Warn ( Action |
Log a message with the LogLevel.Warn level using a callback to obtain the message
|
|
Warn ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Warn level using a callback to obtain the message
|
|
Warn ( IFormatProvider formatProvider, Action |
Log a message with the LogLevel.Warn level using a callback to obtain the message
|
|
Warn ( object message ) : void |
Log a message object with the LogLevel.Warn level.
|
|
Warn ( object message, |
Log a message object with the LogLevel.Warn level including the stack trace of the Exception passed as a parameter.
|
|
WarnFormat ( IFormatProvider formatProvider, string format ) : void |
Log a message with the LogLevel.Warn level.
|
|
WarnFormat ( IFormatProvider formatProvider, string format, |
Log a message with the LogLevel.Warn level.
|
|
WarnFormat ( string format ) : void |
Log a message with the LogLevel.Warn level.
|
|
WarnFormat ( string format, |
Log a message with the LogLevel.Warn level.
|
public Debug ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Debug ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Debug ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Debug ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Debug. | |
return | void |
public Debug ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Debug ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public DebugFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public DebugFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public DebugFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public DebugFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public Error ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Error ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Error ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Error ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Error. | |
return | void |
public Error ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Error ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public ErrorFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public ErrorFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public ErrorFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public ErrorFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public Fatal ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Fatal ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Fatal ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Fatal ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Fatal. | |
return | void |
public Fatal ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Fatal ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public FatalFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public FatalFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public FatalFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public FatalFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public Info ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Info ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Info ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Info ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Info. | |
return | void |
public Info ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Info ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public InfoFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public InfoFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public InfoFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public InfoFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public MultiLogger ( IEnumerable |
||
loggers | IEnumerable |
The loggers. |
return | System |
public Trace ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Trace ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Trace ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Trace ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Trace ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Trace ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public TraceFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public TraceFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public TraceFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public TraceFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public Warn ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Warn ( Action |
||
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack trace. | |
return | void |
public Warn ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
return | void |
public Warn ( IFormatProvider formatProvider, Action |
||
formatProvider | IFormatProvider | An |
formatMessageCallback | Action |
A callback used by the logger to obtain the message if log level is matched |
exception | The exception to log, including its stack Warn. | |
return | void |
public Warn ( object message ) : void | ||
message | object | The message object to log. |
return | void |
public Warn ( object message, |
||
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public WarnFormat ( IFormatProvider formatProvider, string format ) : void | ||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
return | void |
public WarnFormat ( IFormatProvider formatProvider, string format, |
||
formatProvider | IFormatProvider | An |
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |
public WarnFormat ( string format ) : void | ||
format | string | The format of the message object to log. |
return | void |
public WarnFormat ( string format, |
||
format | string | The format of the message object to log. |
exception | The exception to log. | |
return | void |