SimpleConfigurator Methods |
Name | Description | |
---|---|---|
ConfigureForConsoleLogging | Obsolete.
Configures NLog for console logging so that all messages above and including
the Info level are output to the console.
| |
ConfigureForConsoleLogging(LogLevel) | Obsolete.
Configures NLog for console logging so that all messages above and including
the specified level are output to the console.
| |
ConfigureForFileLogging(String) | Obsolete.
Configures NLog for file logging so that all messages above and including
the Info level are written to the specified file.
| |
ConfigureForFileLogging(String, LogLevel) | Obsolete.
Configures NLog for file logging so that all messages above and including
the specified level are written to the specified file.
| |
ConfigureForTargetLogging(Target) | Obsolete.
Configures NLog for to log to the specified target so that all messages
above and including the Info level are output.
| |
ConfigureForTargetLogging(Target, LogLevel) | Obsolete.
Configures NLog for to log to the specified target so that all messages
above and including the specified level are output.
|