C# Class Facebook.Unity.FacebookLogger

Afficher le fichier Open project: facebook/facebook-sdk-for-unity Class Usage Examples

Private Properties

Свойство Type Description
FacebookLogger UnityEngine

Méthodes publiques

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

Private Methods

Méthode Description
FacebookLogger ( ) : UnityEngine

Method Details

Error() public static méthode

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

Info() public static méthode

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

Log() public static méthode

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

Warn() public static méthode

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