Class ConfigureConsoleLogTab
Inheritance
System.Object
ConfigureConsoleLogTab
Assembly: Cloud-ShareSync.dll
class ConfigureConsoleLogTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureConsoleLogTab(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 _enableColoredConsoleCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _enableConsoleLogCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly LogLevelsSection _logLevels
Field Value
|
Improve this Doc
View Source
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
|
Improve this Doc
View Source
Declaration
readonly CheckBox _useStdErrCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
Methods
|
Improve this Doc
View Source
Declaration
void AddEnableColoredConsoleCheckBox(bool state)
Parameters
| Type |
Name |
Description |
| System.Boolean |
state |
|
|
Improve this Doc
View Source
Declaration
void AddEnableConsoleLogCheckBox(bool state)
Parameters
| Type |
Name |
Description |
| System.Boolean |
state |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
void AddUseStdErrCheckBox(bool state)
Parameters
| Type |
Name |
Description |
| System.Boolean |
state |
|
|
Improve this Doc
View Source
ConfigureWindowContent(Log4NetConfig)
Declaration
void ConfigureWindowContent(Log4NetConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
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 async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
Implements