C# 클래스 Facebook.Unity.FacebookLogger

파일 보기 프로젝트 열기: facebook/facebook-sdk-for-unity 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FacebookLogger UnityEngine

공개 메소드들

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

비공개 메소드들

메소드 설명
FacebookLogger ( ) : UnityEngine

메소드 상세

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

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