Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Illusion
LogManager.NullLog
C# Class Illusion.LogManager.NullLog
Inheritance:
ILog
Datei anzeigen
Open project: kasicass/kasicass
Public Methods
Method
Description
Error
(
Exception
exception
) :
void
Info
(
string
format
) :
void
Warn
(
string
format
) :
void
Method Details
Error()
public
method
public
Error
(
Exception
exception
) :
void
exception
System.Exception
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void
Warn()
public
method
public
Warn
(
string
format
) :
void
format
string
return
void