Click or drag to resize

NLog.Common Namespace

Common components used when implementing NLog extensions.
Classes
  ClassDescription
Public classAsyncHelpers
Helpers for asynchronous operations.
Public classConversionHelpers
String Conversion Helpers
Public classInternalLogger
NLog internal logger. Writes to file, console or custom text writer (see LogWriter)
Public classInternalLoggerMessageEventArgs
A message has been written to the internal logger
Public classLogEventInfoBuffer Obsolete.
A cyclic buffer of LogEventInfo object.
Structures
  StructureDescription
Public structureAsyncLogEventInfo
Represents the logging event with asynchronous continuation.
Delegates
  DelegateDescription
Public delegateAsyncContinuation
Asynchronous continuation delegate - function invoked at the end of asynchronous processing.
Public delegateAsynchronousAction
Asynchronous action.
Public delegateAsynchronousActionT
Asynchronous action with one argument.