Click or drag to resize

SimpleConfigurator Methods

Methods
  NameDescription
Public methodStatic memberConfigureForConsoleLogging Obsolete.
Configures NLog for console logging so that all messages above and including the Info level are output to the console.
Public methodStatic memberConfigureForConsoleLogging(LogLevel) Obsolete.
Configures NLog for console logging so that all messages above and including the specified level are output to the console.
Public methodStatic memberConfigureForFileLogging(String) Obsolete.
Configures NLog for file logging so that all messages above and including the Info level are written to the specified file.
Public methodStatic memberConfigureForFileLogging(String, LogLevel) Obsolete.
Configures NLog for file logging so that all messages above and including the specified level are written to the specified file.
Public methodStatic memberConfigureForTargetLogging(Target) Obsolete.
Configures NLog for to log to the specified target so that all messages above and including the Info level are output.
Public methodStatic memberConfigureForTargetLogging(Target, LogLevel) Obsolete.
Configures NLog for to log to the specified target so that all messages above and including the specified level are output.
Top
See Also