Property | Type | Description | |
---|---|---|---|
Log | ILog |
Method | Description | |
---|---|---|
GetLogLevel ( ) : string | ||
GetLogMaxSize ( ) : int | ||
SetLog ( ILog log ) : void | ||
UpdateLoggingConfig ( string level ) : void | ||
WriteLogSettings ( string maxLogSize, string logLevel, string settingsConfigFile ) : void |
public static UpdateLoggingConfig ( string level ) : void | ||
level | string | |
return | void |
public static WriteLogSettings ( string maxLogSize, string logLevel, string settingsConfigFile ) : void | ||
maxLogSize | string | |
logLevel | string | |
settingsConfigFile | string | |
return | void |