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
AdvUtils
Logger
C# Class AdvUtils.Logger
Exibir arquivo
Open project: zhongkaifu/AdvUtils
Public Methods
Method
Description
Close
( ) :
void
WriteLine
(
Level
level
,
string
s
) :
void
WriteLine
(
string
s
) :
void
Method Details
Close()
public
static
method
public
static
Close
( ) :
void
return
void
WriteLine()
public
static
method
public
static
WriteLine
(
Level
level
,
string
s
) :
void
level
Level
s
string
return
void
WriteLine()
public
static
method
public
static
WriteLine
(
string
s
) :
void
s
string
return
void