![]() | NLog Namespace |
Class | Description | |
---|---|---|
![]() | GDC | Obsolete.
Global Diagnostics Context - used for log4net compatibility.
|
![]() | GlobalDiagnosticsContext |
Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
|
![]() | LogEventInfo |
Represents the logging event.
|
![]() | LogFactory |
Creates and manages instances of Logger objects.
|
![]() | LogFactoryT |
Specialized LogFactory that can return instances of custom logger types.
|
![]() | Logger |
Provides logging interface and utility functions.
|
![]() | LogLevel |
Defines available log levels.
|
![]() | LogManager |
Creates and manages instances of Logger objects.
|
![]() | MappedDiagnosticsContext |
Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
of strings and provides methods to output them in layouts.
Mostly for compatibility with log4net.
|
![]() | MappedDiagnosticsLogicalContext |
Async version of Mapped Diagnostics Context - a logical context structure that keeps a dictionary
of strings and provides methods to output them in layouts. Allows for maintaining state across
asynchronous tasks and call contexts.
|
![]() | MDC | Obsolete.
Mapped Diagnostics Context - used for log4net compatibility.
|
![]() | NDC | Obsolete.
Nested Diagnostics Context - for log4net compatibility.
|
![]() | NestedDiagnosticsContext |
Nested Diagnostics Context - a thread-local structure that keeps a stack
of strings and provides methods to output them in layouts
Mostly for compatibility with log4net.
|
![]() | NLogConfigurationException |
Exception thrown during NLog configuration.
|
![]() | NLogRuntimeException |
Exception thrown during log event processing.
|
![]() | NLogTraceListener |
TraceListener which routes all messages through NLog.
|
Interface | Description | |
---|---|---|
![]() | ILogger |
Provides logging interface and utility functions.
|
![]() | ILoggerBase |
Logger with only generic methods (passing 'LogLevel' to methods) and core properties.
|
![]() | ISuppress |
Provides an interface to execute System.Actions without surfacing any exceptions raised for that action.
|
Delegate | Description | |
---|---|---|
![]() | LogManagerGetCultureInfo | Obsolete.
Delegate used to set/get the culture in use.
|
![]() | LogMessageGenerator |
Returns a log message. Used to defer calculation of
the log message until it's actually needed.
|