Class ConfigureTelemetryLogTab
Inheritance
System.Object
ConfigureTelemetryLogTab
Assembly: Cloud-ShareSync.dll
class ConfigureTelemetryLogTab : BaseTab
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureTelemetryLogTab(Log4NetConfig config, ConfigureWindow parent)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
readonly Log4NetConfig _config
Field Value
|
Improve this Doc
View Source
Declaration
readonly CheckBox _enableTelemetryLogCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _fileNameHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly WrapPanel _fileNamePanel
Field Value
| Type |
Description |
| WrapPanel |
|
|
Improve this Doc
View Source
Declaration
readonly TextBox _fileNameTxt
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBlock _logDirectoryHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly WrapPanel _logDirectoryPanel
Field Value
| Type |
Description |
| WrapPanel |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _logDirectoryTxt
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly NumericUpDown _maximumSize
Field Value
| Type |
Description |
| NumericUpDown |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _maximumSizeHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly WrapPanel _maximumSizePanel
Field Value
| Type |
Description |
| WrapPanel |
|
|
Improve this Doc
View Source
Declaration
readonly NumericUpDown _rolloverCount
Field Value
| Type |
Description |
| NumericUpDown |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _rolloverCountHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly WrapPanel _rolloverCountPanel
Field Value
| Type |
Description |
| WrapPanel |
|
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
|
Improve this Doc
View Source
Declaration
readonly Button _updateLogDirectoryButton
Field Value
Methods
|
Improve this Doc
View Source
Declaration
void AddEnableTelemetryLogCheckBox(bool state)
Parameters
| Type |
Name |
Description |
| System.Boolean |
state |
|
|
Improve this Doc
View Source
Declaration
void AddFileName(string fileName)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
|
Improve this Doc
View Source
Declaration
void AddLogDirectory(string logDirectory)
Parameters
| Type |
Name |
Description |
| System.String |
logDirectory |
|
|
Improve this Doc
View Source
Declaration
void AddMaximumSize(int maximumSize)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maximumSize |
|
|
Improve this Doc
View Source
Declaration
void AddRolloverCount(int rollover)
Parameters
| Type |
Name |
Description |
| System.Int32 |
rollover |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public async void ChangeLogDirHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ConfigureWindowContent(Log4NetConfig)
Declaration
void ConfigureWindowContent(Log4NetConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
Log4NetConfig GetLog4NetConfig()
Returns
|
Improve this Doc
View Source
LinkEnableCheckboxAndRemainingVisiblity()
Declaration
void LinkEnableCheckboxAndRemainingVisiblity()
|
Improve this Doc
View Source
Declaration
public override async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
Overrides
Implements