Method | Description | |
---|---|---|
Log ( string message ) : void | ||
LogError ( string message ) : void | ||
LogWarning ( string message ) : void |
Method | Description | |
---|---|---|
Assert ( bool condition ) : void | ||
Assert ( bool condition, string message ) : void | ||
DebugLog ( string message ) : void | ||
DebugLogError ( string message ) : void | ||
DebugLogWarning ( string message ) : void |
public static LogError ( string message ) : void | ||
message | string | |
return | void |
public static LogWarning ( string message ) : void | ||
message | string | |
return | void |