C# Class GotoUdon.Utils.GotoLog

Show file Open project: GotoFinal/GotoUdon

Public Methods

Method Description
Assert ( string message ) : void
Error ( string message ) : void
Exception ( string message, Exception exception ) : void
Log ( string message ) : void
Warn ( string message ) : void

Method Details

Assert() public static method

public static Assert ( string message ) : void
message string
return void

Error() public static method

public static Error ( string message ) : void
message string
return void

Exception() public static method

public static Exception ( string message, Exception exception ) : void
message string
exception Exception
return void

Log() public static method

public static Log ( string message ) : void
message string
return void

Warn() public static method

public static Warn ( string message ) : void
message string
return void