Click or drag to resize

LogFactoryT Properties

The LogFactoryT generic type exposes the following members.

Properties
  NameDescription
Public propertyAutoShutdown
Gets or sets a value indicating whether to automatically call Shutdown on AppDomain.Unload or AppDomain.ProcessExit
(Inherited from LogFactory.)
Public propertyConfiguration
Gets or sets the current logging configuration.
(Inherited from LogFactory.)
Public propertyDefaultCultureInfo
Gets or sets the default culture info to use as FormatProvider.
(Inherited from LogFactory.)
Public propertyGlobalThreshold
Gets or sets the global log level threshold. Log events below this threshold are not logged.
(Inherited from LogFactory.)
Public propertyKeepVariablesOnReload
Gets or sets a value indicating whether Variables should be kept on configuration reload.
(Inherited from LogFactory.)
Public propertyServiceRepository
Repository of interfaces used by NLog to allow override for dependency injection
(Inherited from LogFactory.)
Public propertyThrowConfigExceptions
Gets or sets a value indicating whether NLogConfigurationException should be thrown. If null then ThrowExceptions is used.
(Inherited from LogFactory.)
Public propertyThrowExceptions
Gets or sets a value indicating whether exceptions should be thrown. See also ThrowConfigExceptions.
(Inherited from LogFactory.)
Top
See Also