LoggingConfiguration Constructor
|
Creates new instance of LoggingConfiguration object. |
FileNamesToWatch | A collection of file names which should be watched for changes by NLog. |
LoggingRules | The collection of logging rules |
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. |
LoggingConfiguration Class | NLog.Config Namespace