C# Class Facebook.Unity.FacebookLogger.DebugLogger

Inheritance: IFacebookLogger
Afficher le fichier Open project: facebook/facebook-sdk-for-unity

Méthodes publiques

Méthode Description
DebugLogger ( ) : UnityEngine
Error ( string msg ) : void
Info ( string msg ) : void
Log ( string msg ) : void
Warn ( string msg ) : void

Method Details

DebugLogger() public méthode

public DebugLogger ( ) : UnityEngine
Résultat UnityEngine

Error() public méthode

public Error ( string msg ) : void
msg string
Résultat void

Info() public méthode

public Info ( string msg ) : void
msg string
Résultat void

Log() public méthode

public Log ( string msg ) : void
msg string
Résultat void

Warn() public méthode

public Warn ( string msg ) : void
msg string
Résultat void