NLog.Common Namespace |
| Class | Description | |
|---|---|---|
| AsyncHelpers |
Helpers for asynchronous operations.
| |
| ConversionHelpers |
String Conversion Helpers
| |
| InternalLogger |
NLog internal logger.
Writes to file, console or custom text writer (see LogWriter)
|
| Structure | Description | |
|---|---|---|
| AsyncLogEventInfo |
Represents the logging event with asynchronous continuation.
| |
| InternalLogEventArgs |
Internal LogEvent details from InternalLogger |
| Delegate | Description | |
|---|---|---|
| AsyncContinuation |
Asynchronous continuation delegate - function invoked at the end of asynchronous
processing.
| |
| AsynchronousAction |
Asynchronous action.
| |
| AsynchronousActionT |
Asynchronous action with one argument.
| |
| InternalEventOccurredHandler |
Handle Internal LogEvent written to the InternalLogger
|