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
Glass
Mapper
NullLogger
C# Class Glass.Mapper.NullLogger
Inheritance:
ILog
显示文件
Open project: mikeedwards83/Glass.Mapper
Public Methods
Method
Description
Debug
(
string
message
) :
void
Error
(
string
message
) :
void
Info
(
string
message
) :
void
Warn
(
string
message
) :
void
Method Details
Debug()
public
method
public
Debug
(
string
message
) :
void
message
string
return
void
Error()
public
method
public
Error
(
string
message
) :
void
message
string
return
void
Info()
public
method
public
Info
(
string
message
) :
void
message
string
return
void
Warn()
public
method
public
Warn
(
string
message
) :
void
message
string
return
void