Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BiliRanking
Log
C# Class BiliRanking.Log
Mostra file
Open project: SkiTiSu/BiliRanking
Public Methods
Method
Description
Debug
(
string
s
) :
void
Error
(
string
s
) :
void
Info
(
string
s
) :
void
Warn
(
string
s
) :
void
Method Details
Debug()
public
static
method
public
static
Debug
(
string
s
) :
void
s
string
return
void
Error()
public
static
method
public
static
Error
(
string
s
) :
void
s
string
return
void
Info()
public
static
method
public
static
Info
(
string
s
) :
void
s
string
return
void
Warn()
public
static
method
public
static
Warn
(
string
s
) :
void
s
string
return
void