Show / Hide Table of Contents

Class ConfigureConsoleLogTab

Inheritance
System.Object
ConfigureConsoleLogTab
Implements
IConfigurationTab
Namespace: Cloud_ShareSync.GUI.Types
Assembly: Cloud-ShareSync.dll
Syntax
class ConfigureConsoleLogTab : StackPanel

Constructors

| Improve this Doc View Source

ConfigureConsoleLogTab(Log4NetConfig, ConfigureWindow)

Declaration
public ConfigureConsoleLogTab(Log4NetConfig config, ConfigureWindow parent)
Parameters
Type Name Description
Log4NetConfig config
ConfigureWindow parent

Fields

| Improve this Doc View Source

_config

Declaration
readonly Log4NetConfig _config
Field Value
Type Description
Log4NetConfig
| Improve this Doc View Source

_enableColoredConsoleCheckBox

Declaration
readonly CheckBox _enableColoredConsoleCheckBox
Field Value
Type Description
CheckBox
| Improve this Doc View Source

_enableConsoleLogCheckBox

Declaration
readonly CheckBox _enableConsoleLogCheckBox
Field Value
Type Description
CheckBox
| Improve this Doc View Source

_logLevels

Declaration
readonly LogLevelsSection _logLevels
Field Value
Type Description
LogLevelsSection
| Improve this Doc View Source

_parentWindow

Declaration
readonly ConfigureWindow _parentWindow
Field Value
Type Description
ConfigureWindow
| Improve this Doc View Source

_saveButton

Declaration
readonly Button _saveButton
Field Value
Type Description
Button
| Improve this Doc View Source

_useStdErrCheckBox

Declaration
readonly CheckBox _useStdErrCheckBox
Field Value
Type Description
CheckBox

Methods

| Improve this Doc View Source

AddEnableColoredConsoleCheckBox(Boolean)

Declaration
void AddEnableColoredConsoleCheckBox(bool state)
Parameters
Type Name Description
System.Boolean state
| Improve this Doc View Source

AddEnableConsoleLogCheckBox(Boolean)

Declaration
void AddEnableConsoleLogCheckBox(bool state)
Parameters
Type Name Description
System.Boolean state
| Improve this Doc View Source

AddSaveButton()

Declaration
void AddSaveButton()
| Improve this Doc View Source

AddUseStdErrCheckBox(Boolean)

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
Type Name Description
Log4NetConfig config
| Improve this Doc View Source

ConfigureWindowSettings()

Declaration
void ConfigureWindowSettings()
| Improve this Doc View Source

GetLog4NetConfig()

Declaration
Log4NetConfig GetLog4NetConfig()
Returns
Type Description
Log4NetConfig
| Improve this Doc View Source

LinkEnableCheckboxAndRemainingVisiblity()

Declaration
void LinkEnableCheckboxAndRemainingVisiblity()
| Improve this Doc View Source

SaveConfigHandler(Nullable<Object>, RoutedEventArgs)

Declaration
public async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
Type Name Description
System.Nullable<System.Object> sender
RoutedEventArgs e

Implements

IConfigurationTab
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾