C# Class Fun.Debug

Show file Open project: iFunFactory/demo-kgc-2015

Public Methods

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

Method Details

Log() public static method

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

LogError() public static method

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

LogWarning() public static method

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