Click or drag to resize

SimpleConfiguratorConfigureForFileLogging Method

Overload List
  NameDescription
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.
Top
See Also