Class Log4NetConfigCommand
Inheritance
System.Object
Log4NetConfigCommand
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class Log4NetConfigCommand : Command
Constructors
|
Improve this Doc
View Source
Log4NetConfigCommand(Option<FileInfo>)
Declaration
public Log4NetConfigCommand(Option<FileInfo> configPath)
Parameters
| Type |
Name |
Description |
| Option<FileInfo> |
configPath |
|
Fields
|
Improve this Doc
View Source
_configurationFileOption
Declaration
readonly Option<string> _configurationFileOption
Field Value
| Type |
Description |
| Option<System.String> |
|
|
Improve this Doc
View Source
_enableConsoleLogOption
Declaration
readonly Option<bool> _enableConsoleLogOption
Field Value
| Type |
Description |
| Option<System.Boolean> |
|
|
Improve this Doc
View Source
_enableDefaultLogOption
Declaration
readonly Option<bool> _enableDefaultLogOption
Field Value
| Type |
Description |
| Option<System.Boolean> |
|
|
Improve this Doc
View Source
_enableTelemetryLogOption
Declaration
readonly Option<bool> _enableTelemetryLogOption
Field Value
| Type |
Description |
| Option<System.Boolean> |
|
Methods
|
Improve this Doc
View Source
SetConfigurationFileOptionAlias()
Declaration
void SetConfigurationFileOptionAlias()
|
Improve this Doc
View Source
SetEnableConsoleLogOptionAlias()
Declaration
void SetEnableConsoleLogOptionAlias()
|
Improve this Doc
View Source
SetEnableDefaultLogOptionAlias()
Declaration
void SetEnableDefaultLogOptionAlias()
|
Improve this Doc
View Source
SetEnableTelemetryLogOptionAlias()
Declaration
void SetEnableTelemetryLogOptionAlias()
|
Improve this Doc
View Source
SetLoggingConfigCommandHandler(Option<FileInfo>)
Declaration
void SetLoggingConfigCommandHandler(Option<FileInfo> configPath)
Parameters
| Type |
Name |
Description |
| Option<FileInfo> |
configPath |
|