Common Logging 2.0 API Reference

NLogLogger Members

NLogLogger overview

Public Instance Properties

IsDebugEnabled Gets a value indicating whether this instance is debug enabled.
IsErrorEnabled Gets a value indicating whether this instance is error enabled.
IsFatalEnabled Gets a value indicating whether this instance is fatal enabled.
IsInfoEnabled Gets a value indicating whether this instance is info enabled.
IsTraceEnabled Gets a value indicating whether this instance is trace enabled.
IsWarnEnabled Gets a value indicating whether this instance is warn enabled.

Public Instance Methods

Debug (inherited from AbstractLogger)Overloaded. Log a message object with the Debug level.
DebugFormat (inherited from AbstractLogger)Overloaded. Log a message with the Debug level.
Equals (inherited from Object) 
Error (inherited from AbstractLogger)Overloaded. Log a message object with the Error level.
ErrorFormat (inherited from AbstractLogger)Overloaded. Log a message with the Error level.
Fatal (inherited from AbstractLogger)Overloaded. Log a message object with the Fatal level.
FatalFormat (inherited from AbstractLogger)Overloaded. Log a message with the Fatal level.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info (inherited from AbstractLogger)Overloaded. Log a message object with the Info level.
InfoFormat (inherited from AbstractLogger)Overloaded. Log a message with the Info level.
ToString (inherited from Object) 
Trace (inherited from AbstractLogger)Overloaded. Log a message object with the Trace level.
TraceFormat (inherited from AbstractLogger)Overloaded. Log a message with the Trace level.
Warn (inherited from AbstractLogger)Overloaded. Log a message object with the Warn level.
WarnFormat (inherited from AbstractLogger)Overloaded. Log a message with the Warn level.

Protected Instance Constructors

NLogLogger Constructor Constructor

Protected Instance Methods

Finalize (inherited from Object) 
GetWriteHandler (inherited from AbstractLogger) Override this method to use a different method than WriteInternal for writing log events to the underlying log system.
MemberwiseClone (inherited from Object) 
WriteInternal Actually sends the message to the underlying log system.

See Also

NLogLogger Class | Common.Logging.NLog Namespace