Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
withSIX
Mini
Presentation
CoreHost
DummyLogger
C# Class withSIX.Mini.Presentation.CoreHost.DummyLogger
Inheritance:
ILogger
Exibir arquivo
Open project: SIXNetworks/withSIX.Desktop
Public Methods
Method
Description
Debug
(
string
message
) :
void
Error
(
string
message
) :
void
Fatal
(
string
message
) :
void
Info
(
string
message
) :
void
Trace
(
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
Fatal()
public
method
public
Fatal
(
string
message
) :
void
message
string
return
void
Info()
public
method
public
Info
(
string
message
) :
void
message
string
return
void
Trace()
public
method
public
Trace
(
string
message
) :
void
message
string
return
void
Warn()
public
method
public
Warn
(
string
message
) :
void
message
string
return
void