Method | Description | |
---|---|---|
LogDebug ( string message ) : void | ||
LogError ( string message ) : void | ||
LogWarning ( string message ) : void | ||
ThrowException ( string message ) : void |
public static LogDebug ( string message ) : void | ||
message | string | |
return | void |
public static LogError ( string message ) : void | ||
message | string | |
return | void |
public static LogWarning ( string message ) : void | ||
message | string | |
return | void |
public static ThrowException ( string message ) : void | ||
message | string | |
return | void |