Show / Hide Table of Contents

Class Logger

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: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class Logger

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX