Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CSharpRTMP
Common
Logger
C# 클래스 CSharpRTMP.Common.Logger
파일 보기
프로젝트 열기: langhuihui/csharprtmp
공개 메소드들
메소드
설명
ASSERT
(
string
format
) :
void
Debug
(
string
format
) :
void
FATAL
(
string
format
) :
void
FINEST
(
string
format
) :
void
INFO
(
string
format
) :
void
Log
(
string
log
) :
void
WARN
(
string
format
) :
void
메소드 상세
ASSERT()
공개
정적인
메소드
public
static
ASSERT
(
string
format
) :
void
format
string
리턴
void
Debug()
공개
정적인
메소드
public
static
Debug
(
string
format
) :
void
format
string
리턴
void
FATAL()
공개
정적인
메소드
public
static
FATAL
(
string
format
) :
void
format
string
리턴
void
FINEST()
공개
정적인
메소드
public
static
FINEST
(
string
format
) :
void
format
string
리턴
void
INFO()
공개
정적인
메소드
public
static
INFO
(
string
format
) :
void
format
string
리턴
void
Log()
공개
정적인
메소드
public
static
Log
(
string
log
) :
void
log
string
리턴
void
WARN()
공개
정적인
메소드
public
static
WARN
(
string
format
) :
void
format
string
리턴
void