Show / Hide Table of Contents

Class ConsoleLogConfigCommand

Inheritance
System.Object
ConsoleLogConfigCommand
Namespace: Cloud_ShareSync.Core.Configuration.CommandLine
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class ConsoleLogConfigCommand : Command

Constructors

| Improve this Doc View Source

ConsoleLogConfigCommand(Option<FileInfo>)

Declaration
public ConsoleLogConfigCommand(Option<FileInfo> configPath)
Parameters
Type Name Description
Option<FileInfo> configPath

Fields

| Improve this Doc View Source

_enableColoredConsoleOption

Declaration
readonly Option<bool> _enableColoredConsoleOption
Field Value
Type Description
Option<System.Boolean>
| Improve this Doc View Source

_logLevelsOptionOption

Declaration
readonly Option<SupportedLogLevels> _logLevelsOptionOption
Field Value
Type Description
Option<SupportedLogLevels>
| Improve this Doc View Source

_useStdErrOption

Declaration
readonly Option<bool> _useStdErrOption
Field Value
Type Description
Option<System.Boolean>

Methods

| Improve this Doc View Source

SetConsoleLogConfigCommandHandler(Option<FileInfo>)

Declaration
void SetConsoleLogConfigCommandHandler(Option<FileInfo> configPath)
Parameters
Type Name Description
Option<FileInfo> configPath
| Improve this Doc View Source

SetEnableColoredConsoleOptionAlias()

Declaration
void SetEnableColoredConsoleOptionAlias()
| Improve this Doc View Source

SetLogLevelsOptionOptionAlias()

Declaration
void SetLogLevelsOptionOptionAlias()
| Improve this Doc View Source

SetUseStdErrOptionAlias()

Declaration
void SetUseStdErrOptionAlias()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾