C# Class ToCSLight.ScriptLogger, CSLightForUnity

Inheritance: ICLS_Logger
ファイルを表示 Open project: wpszz/CSLightForUnity

Public Methods

Method Description
Log ( string str ) : void
Log_Error ( string str ) : void
Log_Warn ( string str ) : void

Method Details

Log() public method

public Log ( string str ) : void
str string
return void

Log_Error() public method

public Log_Error ( string str ) : void
str string
return void

Log_Warn() public method

public Log_Warn ( string str ) : void
str string
return void