Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EditorEngine
Core
Logging
ConsoleLogger
C# 클래스 EditorEngine.Core.Logging.ConsoleLogger
상속:
ILogger
파일 보기
프로젝트 열기: continuoustests/EditorEngine
공개 메소드들
메소드
설명
Write
(
Exception
ex
) :
void
Write
(
string
message
) :
void
비공개 메소드들
메소드
설명
getException
(
Exception
ex
) :
string
메소드 상세
Write()
공개
메소드
public
Write
(
Exception
ex
) :
void
ex
Exception
리턴
void
Write()
공개
메소드
public
Write
(
string
message
) :
void
message
string
리턴
void