Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Logger1
C# 클래스 Logger1, lunar-unity-console
파일 보기
프로젝트 열기: SpaceMadness/lunar-unity-console
1 사용 예제들
공개 메소드들
메소드
설명
LogDebug
(
string
message
) :
void
LogError
(
string
message
) :
void
LogWarning
(
string
message
) :
void
ThrowException
(
string
message
) :
void
메소드 상세
LogDebug()
공개
정적인
메소드
public
static
LogDebug
(
string
message
) :
void
message
string
리턴
void
LogError()
공개
정적인
메소드
public
static
LogError
(
string
message
) :
void
message
string
리턴
void
LogWarning()
공개
정적인
메소드
public
static
LogWarning
(
string
message
) :
void
message
string
리턴
void
ThrowException()
공개
정적인
메소드
public
static
ThrowException
(
string
message
) :
void
message
string
리턴
void