LogManager Properties |
The LogManager type exposes the following members.
Name | Description | |
---|---|---|
AutoShutdown |
Gets or sets a value indicating whether to automatically call Shutdown
on AppDomain.Unload or AppDomain.ProcessExit
| |
Configuration |
Gets or sets the current logging configuration.
| |
GlobalThreshold |
Gets or sets the global log threshold. Log events below this threshold are not logged.
| |
KeepVariablesOnReload |
Gets or sets a value indicating whether Variables should be kept on configuration reload.
| |
LogFactory |
Gets the LogFactory instance used in the LogManager.
| |
ThrowConfigExceptions |
Gets or sets a value indicating whether NLogConfigurationException should be thrown.
| |
ThrowExceptions |
Gets or sets a value indicating whether NLog should throw exceptions.
By default exceptions are not thrown under any circumstances.
|