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
Glass
Mapper
Sc
Log
C# Class Glass.Mapper.Sc.Log
Inheritance:
ILog
Show file
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