Property | Type | Description | |
---|---|---|---|
Verbose | bool |
Method | Description | |
---|---|---|
e ( string error ) : void |
DOES. NOT. COMPUTE.
|
|
i ( string info ) : void |
The information, do you have it?!
|
|
v ( string info ) : void |
Some message that's only useful in debugging.
|
|
w ( string warning ) : void |
A warning to all those who cross me!
|
Method | Description | |
---|---|---|
writeLog ( ConsoleColor cc, string message ) : void |
public static e ( string error ) : void | ||
error | string | Why we're potentially screwed |
return | void |
public static i ( string info ) : void | ||
info | string | Something incredibly interesting. |
return | void |
public static v ( string info ) : void | ||
info | string | Something incredibly interesting. |
return | void |
public static w ( string warning ) : void | ||
warning | string | What it is that's got you so worked up |
return | void |