Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
DotNES
Utilities
Logger
C# Class DotNES.Utilities.Logger
ファイルを表示
Open project: brandonpelfrey/dotnes
Public Methods
Method
Description
Logger
(
string
className
) :
System
error
(
string
message
) :
void
info
(
string
message
) :
void
setEnabled
(
bool
enabled
) :
void
Private Methods
Method
Description
printWithColor
(
string
message
,
TextWriter
writer
) :
void
Method Details
Logger()
public
method
public
Logger
(
string
className
) :
System
className
string
return
System
error()
public
method
public
error
(
string
message
) :
void
message
string
return
void
info()
public
method
public
info
(
string
message
) :
void
message
string
return
void
setEnabled()
public
method
public
setEnabled
(
bool
enabled
) :
void
enabled
bool
return
void