Class LogLevelsSection
Inheritance
System.Object
LogLevelsSection
Assembly: Cloud-ShareSync.dll
Syntax
class LogLevelsSection : WrapPanel
Constructors
|
Improve this Doc
View Source
LogLevelsSection(SupportedLogLevels)
Declaration
public LogLevelsSection(SupportedLogLevels logLevels)
Parameters
| Type |
Name |
Description |
| SupportedLogLevels |
logLevels |
|
Fields
|
Improve this Doc
View Source
_debugCheckBox
Declaration
readonly CheckBox _debugCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
_errorCheckBox
Declaration
readonly CheckBox _errorCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
_fatalCheckBox
Declaration
readonly CheckBox _fatalCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
_infoCheckBox
Declaration
readonly CheckBox _infoCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _logLevelsHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
_telemetryCheckBox
Declaration
readonly CheckBox _telemetryCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
_warnCheckBox
Declaration
readonly CheckBox _warnCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
Methods
|
Improve this Doc
View Source
Declaration
Grid ConfigureCheckboxGrid()
Returns
|
Improve this Doc
View Source
GetSupportedLogLevels()
Declaration
public SupportedLogLevels GetSupportedLogLevels()
Returns
| Type |
Description |
| SupportedLogLevels |
|
|
Improve this Doc
View Source
NewCheckboxGrid()
Declaration
static Grid NewCheckboxGrid()
Returns
|
Improve this Doc
View Source
SetCheckboxGridPositions(Grid)
Declaration
void SetCheckboxGridPositions(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetDebugCheckboxGridPosition(Grid)
Declaration
void SetDebugCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetErrorCheckboxGridPosition(Grid)
Declaration
void SetErrorCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetFatalCheckboxGridPosition(Grid)
Declaration
void SetFatalCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetInfoCheckboxGridPosition(Grid)
Declaration
void SetInfoCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetLogLevelCheckBoxStatus(SupportedLogLevels)
Declaration
void SetLogLevelCheckBoxStatus(SupportedLogLevels logLevels)
Parameters
| Type |
Name |
Description |
| SupportedLogLevels |
logLevels |
|
|
Improve this Doc
View Source
SetTelemetryCheckboxGridPosition(Grid)
Declaration
void SetTelemetryCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
SetWarnCheckboxGridPosition(Grid)
Declaration
void SetWarnCheckboxGridPosition(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|