C# Class ToCSLight.ScriptLogger, CSLightForUnity

Inheritance: ICLS_Logger
Afficher le fichier Open project: wpszz/CSLightForUnity

Méthodes publiques

Méthode Description
Log ( string str ) : void
Log_Error ( string str ) : void
Log_Warn ( string str ) : void

Method Details

Log() public méthode

public Log ( string str ) : void
str string
Résultat void

Log_Error() public méthode

public Log_Error ( string str ) : void
str string
Résultat void

Log_Warn() public méthode

public Log_Warn ( string str ) : void
str string
Résultat void