ISetupLogFactoryBuilder Interface |
Namespace: NLog.Config
The ISetupLogFactoryBuilder type exposes the following members.
Name | Description | |
---|---|---|
LogFactory |
LogFactory under configuration
|
Name | Description | |
---|---|---|
AddCallSiteHiddenAssembly |
Mark Assembly as hidden, so Assembly methods are excluded when resolving ${callsite} from StackTrace
(Defined by SetupLogFactoryBuilderExtensions.) | |
AddCallSiteHiddenClassType |
Mark Type as hidden, so Type methods are excluded when resolving ${callsite} from StackTrace
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetAutoShutdown |
Sets whether to automatically call Shutdown on AppDomain.Unload or AppDomain.ProcessExit
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetDefaultCultureInfo |
Sets the default culture info to use as FormatProvider.
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetGlobalContextProperty |
Updates the dictionary GlobalDiagnosticsContext ${gdc:item=} with the name-value-pair
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetGlobalThreshold |
Sets the global log level threshold. Log events below this threshold are not logged.
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetThrowConfigExceptions |
Gets or sets a value indicating whether NLogConfigurationException should be thrown on configuration errors
(Defined by SetupLogFactoryBuilderExtensions.) | |
SetTimeSourcAccurateLocal |
Configures the global time-source used for all logevents to use AccurateLocalTimeSource (Defined by SetupLogFactoryBuilderExtensions.) | |
SetTimeSourcAccurateUtc |
Configures the global time-source used for all logevents to use AccurateUtcTimeSource (Defined by SetupLogFactoryBuilderExtensions.) | |
SetTimeSource |
Configures the global time-source used for all logevents
(Defined by SetupLogFactoryBuilderExtensions.) |