Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ToCSLight.ScriptLogger
C# Class ToCSLight.ScriptLogger, CSLightForUnity
Inheritance:
ICLS_Logger
Show file
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