Method | Description | |
---|---|---|
LoggingFacility ( ) : System |
Initializes a new instance of the LoggingFacility class.
|
|
LoggingFacility ( LoggerImplementation loggingApi ) : System |
Initializes a new instance of the LoggingFacility class.
|
|
LoggingFacility ( LoggerImplementation loggingApi, string configFile ) : System |
Initializes a new instance of the LoggingFacility class.
|
|
LoggingFacility ( LoggerImplementation loggingApi, string customLoggerFactory, string configFile ) : System |
Initializes a new instance of the LoggingFacility class.
|
|
LoggingFacility ( string customLoggerFactory, string configFile ) : System |
Initializes a new instance of the LoggingFacility class using a custom LoggerImplementation
|
Method | Description | |
---|---|---|
Init ( ) : void |
Method | Description | |
---|---|---|
CreateProperLoggerFactory ( string customType, string configFile ) : void | ||
GetLoggingFactoryArguments ( string configFile, |
||
GetLoggingFactoryType ( string customType ) : |
||
ReadConfigurationAndCreateLoggerFactory ( ) : void | ||
RegisterDefaultILogger ( ) : void | ||
RegisterLoggerFactory ( ) : void | ||
RegisterSubResolver ( ) : void | ||
SetUpTypeConverter ( ) : void |
public LoggingFacility ( LoggerImplementation loggingApi ) : System | ||
loggingApi | LoggerImplementation | /// The LoggerImplementation that should be used /// |
return | System |
public LoggingFacility ( LoggerImplementation loggingApi, string configFile ) : System | ||
loggingApi | LoggerImplementation | /// The LoggerImplementation that should be used /// |
configFile | string | /// The configuration file that should be used by the chosen LoggerImplementation /// |
return | System |
public LoggingFacility ( LoggerImplementation loggingApi, string customLoggerFactory, string configFile ) : System | ||
loggingApi | LoggerImplementation | /// The LoggerImplementation that should be used /// |
customLoggerFactory | string | /// The type name of the type of the custom logger factory. (only used when loggingApi is set to LoggerImplementation.Custom) /// |
configFile | string | /// The configuration file that should be used by the chosen LoggerImplementation /// |
return | System |
public LoggingFacility ( string customLoggerFactory, string configFile ) : System | ||
customLoggerFactory | string | /// The type name of the type of the custom logger factory. /// |
configFile | string | /// The configuration file that should be used by the chosen LoggerImplementation /// |
return | System |