Class Logger
This is the logger class for OAT
Inheritance
System.Object
Logger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.OAT.Utils
Assembly: OAT.dll
Syntax
public static class Logger
Properties
| Improve this Doc View SourceDebug
Should Debug Logging be enabled
Declaration
public static bool Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Quiet
Should Quiet logging be enabled (Warn and above)
Declaration
public static bool Quiet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Verbose
Should Verbose logging be enabled
Declaration
public static bool Verbose { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceSetupDebug()
Set up Debug Logging
Declaration
public static void SetupDebug()
SetupInformation()
Set up Information Logging
Declaration
public static void SetupInformation()
SetupQuiet()
Setup Quiet Logging
Declaration
public static void SetupQuiet()
SetupVerbose()
Set up Verbose Logging
Declaration
public static void SetupVerbose()