Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MCDek
Logger
C# Class MCDek.Logger
Afficher le fichier
Open project: dekema2/MCDek
Méthodes publiques
Méthode
Description
Dispose
( ) :
void
Write
(
string
str
) :
void
WriteError
(
Exception
ex
) :
void
Method Details
Dispose()
public
static
méthode
public
static
Dispose
( ) :
void
Résultat
void
Write()
public
static
méthode
public
static
Write
(
string
str
) :
void
str
string
Résultat
void
WriteError()
public
static
méthode
public
static
WriteError
(
Exception
ex
) :
void
ex
System.Exception
Résultat
void