Show / Hide Table of Contents

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 Source

Debug

Should Debug Logging be enabled

Declaration
public static bool Debug { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Quiet

Should Quiet logging be enabled (Warn and above)

Declaration
public static bool Quiet { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Verbose

Should Verbose logging be enabled

Declaration
public static bool Verbose { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

SetupDebug()

Set up Debug Logging

Declaration
public static void SetupDebug()
| Improve this Doc View Source

SetupInformation()

Set up Information Logging

Declaration
public static void SetupInformation()
| Improve this Doc View Source

SetupQuiet()

Setup Quiet Logging

Declaration
public static void SetupQuiet()
| Improve this Doc View Source

SetupVerbose()

Set up Verbose Logging

Declaration
public static void SetupVerbose()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX