NLog Logging Library

LoggingConfiguration Members

LoggingConfiguration overview

Public Instance Constructors

LoggingConfiguration Constructor Creates new instance of LoggingConfiguration object.

Public Instance Properties

FileNamesToWatch A collection of file names which should be watched for changes by NLog.
LoggingRules The collection of logging rules

Public Instance Methods

AddTarget Registers the specified target object under a given name.
Close Closes all targets and releases any unmanaged resources.
FindTargetByName Finds the target with the specified name.
GetConfiguredNamedTargets Returns a collection of named targets specified in the configuration.
Reload Called by LogManager when one of the log configuration files changes.
RemoveTarget Removes the specified named target.

See Also

LoggingConfiguration Class | NLog.Config Namespace