C# Class Fun.DebugUtils

Show file Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Public Methods

Method Description
Log ( string message ) : void
LogError ( string message ) : void
LogWarning ( string message ) : void

Private Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
DebugLog ( string message ) : void
DebugLogError ( string message ) : void
DebugLogWarning ( string message ) : void

Method Details

Log() public static method

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

LogError() public static method

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

LogWarning() public static method

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