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)
Structures
  StructureDescription
Public structureAsyncLogEventInfo
Represents the logging event with asynchronous continuation.
Public structureInternalLogEventArgs
Internal LogEvent details from InternalLogger
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.
Public delegateInternalEventOccurredHandler
Handle Internal LogEvent written to the InternalLogger