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 SourceDebug
Declaration
public static bool Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Quiet
Declaration
public static bool Quiet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Verbose
Declaration
public static bool Verbose { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceSetup()
Declaration
public static void Setup()
Setup(Boolean, Boolean)
Declaration
public static void Setup(bool debug, bool verbose)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | debug | |
| System.Boolean | verbose |
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 |