C# 클래스 Facebook.Unity.FacebookLogger.DebugLogger

상속: IFacebookLogger
파일 보기 프로젝트 열기: facebook/facebook-sdk-for-unity

공개 메소드들

메소드 설명
DebugLogger ( ) : UnityEngine
Error ( string msg ) : void
Info ( string msg ) : void
Log ( string msg ) : void
Warn ( string msg ) : void

메소드 상세

DebugLogger() 공개 메소드

public DebugLogger ( ) : UnityEngine
리턴 UnityEngine

Error() 공개 메소드

public Error ( string msg ) : void
msg string
리턴 void

Info() 공개 메소드

public Info ( string msg ) : void
msg string
리턴 void

Log() 공개 메소드

public Log ( string msg ) : void
msg string
리턴 void

Warn() 공개 메소드

public Warn ( string msg ) : void
msg string
리턴 void