Show / Hide Table of Contents

Class TelemetryLogConfigCommand

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

Constructors

| Improve this Doc View Source

TelemetryLogConfigCommand(Option<FileInfo>)

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

Fields

| Improve this Doc View Source

_fileNameOption

Declaration
readonly Option<string> _fileNameOption
Field Value
Type Description
Option<System.String>
| Improve this Doc View Source

_logDirectoryOption

Declaration
readonly Option<DirectoryInfo> _logDirectoryOption
Field Value
Type Description
Option<DirectoryInfo>
| Improve this Doc View Source

_maximumSizeOption

Declaration
readonly Option<int> _maximumSizeOption
Field Value
Type Description
Option<System.Int32>
| Improve this Doc View Source

_rolloverCountOption

Declaration
readonly Option<int> _rolloverCountOption
Field Value
Type Description
Option<System.Int32>

Methods

| Improve this Doc View Source

SetFileNameOptionAlias()

Declaration
void SetFileNameOptionAlias()
| Improve this Doc View Source

SetLogDirectoryOptionAlias()

Declaration
void SetLogDirectoryOptionAlias()
| Improve this Doc View Source

SetMaximumSizeOptionAlias()

Declaration
void SetMaximumSizeOptionAlias()
| Improve this Doc View Source

SetRolloverCountOptionAlias()

Declaration
void SetRolloverCountOptionAlias()
| Improve this Doc View Source

SetTelemetryLogConfigCommandHandler(Option<FileInfo>)

Declaration
void SetTelemetryLogConfigCommandHandler(Option<FileInfo> configPath)
Parameters
Type Name Description
Option<FileInfo> configPath
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾