Show / Hide Table of Contents

Class ConfigureDefaultLogTab

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

Constructors

| Improve this Doc View Source

ConfigureDefaultLogTab(Log4NetConfig, ConfigureWindow)

Declaration
public ConfigureDefaultLogTab(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

_enableDefaultLogCheckBox

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

_fileNameHeader

Declaration
readonly TextBlock _fileNameHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_fileNamePanel

Declaration
readonly WrapPanel _fileNamePanel
Field Value
Type Description
WrapPanel
| Improve this Doc View Source

_fileNameTxt

Declaration
readonly TextBox _fileNameTxt
Field Value
Type Description
TextBox
| Improve this Doc View Source

_logDirectoryHeader

Declaration
readonly TextBlock _logDirectoryHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_logDirectoryPanel

Declaration
readonly WrapPanel _logDirectoryPanel
Field Value
Type Description
WrapPanel
| Improve this Doc View Source

_logDirectoryTxt

Declaration
readonly TextBlock _logDirectoryTxt
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_logLevels

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

_maximumSize

Declaration
readonly NumericUpDown _maximumSize
Field Value
Type Description
NumericUpDown
| Improve this Doc View Source

_maximumSizeHeader

Declaration
readonly TextBlock _maximumSizeHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_maximumSizePanel

Declaration
readonly WrapPanel _maximumSizePanel
Field Value
Type Description
WrapPanel
| Improve this Doc View Source

_parentWindow

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

_rolloverCount

Declaration
readonly NumericUpDown _rolloverCount
Field Value
Type Description
NumericUpDown
| Improve this Doc View Source

_rolloverCountHeader

Declaration
readonly TextBlock _rolloverCountHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_rolloverCountPanel

Declaration
readonly WrapPanel _rolloverCountPanel
Field Value
Type Description
WrapPanel
| Improve this Doc View Source

_saveButton

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

_updateLogDirectoryButton

Declaration
readonly Button _updateLogDirectoryButton
Field Value
Type Description
Button

Methods

| Improve this Doc View Source

AddEnableDefaultLogCheckBox(Boolean)

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

AddFileName(String)

Declaration
void AddFileName(string fileName)
Parameters
Type Name Description
System.String fileName
| Improve this Doc View Source

AddLogDirectory(String)

Declaration
void AddLogDirectory(string logDirectory)
Parameters
Type Name Description
System.String logDirectory
| Improve this Doc View Source

AddMaximumSize(Int32)

Declaration
void AddMaximumSize(int maximumSize)
Parameters
Type Name Description
System.Int32 maximumSize
| Improve this Doc View Source

AddRolloverCount(Int32)

Declaration
void AddRolloverCount(int rollover)
Parameters
Type Name Description
System.Int32 rollover
| Improve this Doc View Source

AddSaveButton()

Declaration
void AddSaveButton()
| Improve this Doc View Source

ChangeLogDirHandler(Nullable<Object>, RoutedEventArgs)

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
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
☀
☾