LogFactoryT Properties |
The LogFactoryT generic 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
(Inherited from LogFactory.) | |
Configuration |
Gets or sets the current logging configuration.
(Inherited from LogFactory.) | |
DefaultCultureInfo |
Gets or sets the default culture info to use as FormatProvider.
(Inherited from LogFactory.) | |
GlobalThreshold |
Gets or sets the global log level threshold. Log events below this threshold are not logged.
(Inherited from LogFactory.) | |
KeepVariablesOnReload |
Gets or sets a value indicating whether Variables should be kept on configuration reload.
(Inherited from LogFactory.) | |
ServiceRepository |
Repository of interfaces used by NLog to allow override for dependency injection
(Inherited from LogFactory.) | |
ThrowConfigExceptions |
Gets or sets a value indicating whether NLogConfigurationException should be thrown.
If null then ThrowExceptions is used.
(Inherited from LogFactory.) | |
ThrowExceptions |
Gets or sets a value indicating whether exceptions should be thrown. See also ThrowConfigExceptions.
(Inherited from LogFactory.) |