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
TidyDesktopMonster
Logging
Log
C# Class TidyDesktopMonster.Logging.Log
Datei anzeigen
Open project: mkropat/TidyDesktopMonster
Public Methods
Method
Description
Debug
( ) :
void
Error
( ) :
void
Info
( ) :
void
Warn
( ) :
void
Private Methods
Method
Description
Write
(
LogLevel
level
,
Array
messages
) :
void
Method Details
Debug()
public
static
method
public
static
Debug
( ) :
void
return
void
Error()
public
static
method
public
static
Error
( ) :
void
return
void
Info()
public
static
method
public
static
Info
( ) :
void
return
void
Warn()
public
static
method
public
static
Warn
( ) :
void
return
void