Class Logger
Inheritance
System.Object
Logger
Assembly: AsaLib.dll
Syntax
public static class Logger : object
Properties
|
Improve this Doc
View Source
Debug
Declaration
public static bool Debug { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Quiet
Declaration
public static bool Quiet { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Verbose
Declaration
public static bool Verbose { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
Setup()
Declaration
public static void Setup()
|
Improve this Doc
View Source
Setup(Boolean, Boolean)
Declaration
public static void Setup(bool debug, bool verbose)
Parameters
| Type |
Name |
Description |
| System.Boolean |
debug |
|
| System.Boolean |
verbose |
|
|
Improve this Doc
View Source
Setup(Boolean, Boolean, Boolean)
Declaration
public static void Setup(bool debug, bool verbose, bool quiet)
Parameters
| Type |
Name |
Description |
| System.Boolean |
debug |
|
| System.Boolean |
verbose |
|
| System.Boolean |
quiet |
|