Class Log
Inherited Members
Namespace: TowseyLibrary
Assembly: TowseyLibrary.dll
Syntax
public static class Log
Properties
| Improve this Doc View SourceVerbosity
Declaration
public static int Verbosity { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
| Improve this Doc View SourceWriteIfVerbose(String, Object[])
Declaration
public static void WriteIfVerbose(string format, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String | format | |
| Object[] | args |
WriteLine(String, Object[])
Declaration
public static void WriteLine(string format, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| String | format | |
| Object[] | args |