Click or drag to resize

ISetupLoadConfigurationBuilder Interface

Interface for fluent setup of LoggingConfiguration for LogFactory

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public interface ISetupLoadConfigurationBuilder

The ISetupLoadConfigurationBuilder type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
LoggingConfiguration being built
Public propertyLogFactory
LogFactory under configuration
Top
Extension Methods
  NameDescription
Public Extension MethodForLogger(String, String)Overloaded.
Defines LoggingRule for redirecting output from matching Logger to wanted targets.
(Defined by SetupLoadConfigurationExtensions.)
Public Extension MethodForLogger(LogLevel, String, String)Overloaded.
Defines LoggingRule for redirecting output from matching Logger to wanted targets.
(Defined by SetupLoadConfigurationExtensions.)
Public Extension MethodForTarget
Defines LoggingRule for redirecting output from matching Logger to wanted targets.
(Defined by SetupLoadConfigurationExtensions.)
Public Extension MethodSetGlobalContextProperty
Updates the dictionary GlobalDiagnosticsContext ${gdc:item=} with the name-value-pair
(Defined by SetupLoadConfigurationExtensions.)
Public Extension MethodSetTimeSource
Configures the global time-source used for all logevents
(Defined by SetupLoadConfigurationExtensions.)
Top
See Also