C# Class NLog.Config.LoggingConfigurationReloadedEventArgs

Arguments for LogFactory.ConfigurationReloaded.
Inheritance: System.EventArgs
Mostrar archivo Open project: NLog/NLog Class Usage Examples

Public Methods

Method Description
LoggingConfigurationReloadedEventArgs ( bool succeeded ) : System

Initializes a new instance of the LoggingConfigurationReloadedEventArgs class.

LoggingConfigurationReloadedEventArgs ( bool succeeded, Exception exception ) : System

Initializes a new instance of the LoggingConfigurationReloadedEventArgs class.

Method Details

LoggingConfigurationReloadedEventArgs() public method

Initializes a new instance of the LoggingConfigurationReloadedEventArgs class.
public LoggingConfigurationReloadedEventArgs ( bool succeeded ) : System
succeeded bool Whether configuration reload has succeeded.
return System

LoggingConfigurationReloadedEventArgs() public method

Initializes a new instance of the LoggingConfigurationReloadedEventArgs class.
public LoggingConfigurationReloadedEventArgs ( bool succeeded, Exception exception ) : System
succeeded bool Whether configuration reload has succeeded.
exception System.Exception The exception during configuration reload.
return System