C# 클래스 PlayFab.Internal.Log

파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples

공개 메소드들

메소드 설명
Debug ( string text ) : void
Error ( string text ) : void
Info ( string text ) : void
Warning ( string text ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string text ) : void
text string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string text ) : void
text string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string text ) : void
text string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string text ) : void
text string
리턴 void