Property | Type | Description | |
---|---|---|---|
verbose | bool |
Method | Description | |
---|---|---|
Format ( string format ) : void | ||
Image ( string description, Bytearray a, float zoom = 100f ) : void | ||
Image ( string description, Intarray a, float zoom = 100f ) : void | ||
Logger ( |
||
Write ( string text ) : void |
Write to log text.
|
|
WriteLine ( object obj ) : void |
Write to log new line obj.ToString().
|
|
WriteLine ( string text ) : void |
Write to log new text line.
|
public Image ( string description, Bytearray a, float zoom = 100f ) : void | ||
description | string | |
a | Bytearray | |
zoom | float | |
return | void |
public Image ( string description, Intarray a, float zoom = 100f ) : void | ||
description | string | |
a | Intarray | |
zoom | float | |
return | void |
public Logger ( |
||
outwriter | ||
return | System |