C# 클래스 Unity.Platform.Windows.WindowsLog
파일 보기
프로젝트 열기: Appverse/appverse-mobile
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Log ( string message ) : bool |
|
|
Log ( string message, LogLevel level ) : bool |
|
|
메소드 상세
public Log ( string message ) : bool |
message |
string |
|
리턴 |
bool |
|
public Log ( string message, LogLevel level ) : bool |
message |
string |
|
level |
LogLevel |
|
리턴 |
bool |
|