Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GameBase
Config
Log
C# Class GameBase.Config.Log
显示文件
Open project: dream-young-soul/soul
Public Methods
Method
Description
Dispose
( ) :
void
Init
(
String
sDir
,
bool
debug
= true ) :
void
Instance
( ) :
Log
WriteLog
(
String
sLog
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Init()
public
method
public
Init
(
String
sDir
,
bool
debug
= true ) :
void
sDir
String
debug
bool
return
void
Instance()
public
static
method
public
static
Instance
( ) :
Log
return
Log
WriteLog()
public
method
public
WriteLog
(
String
sLog
) :
void
sLog
String
return
void