C# Class PlayFab.Internal.Log

Afficher le fichier Open project: PlayFab/PlayFab-Samples

Méthodes publiques

Méthode Description
Debug ( string text ) : void
Error ( string text ) : void
Info ( string text ) : void
Warning ( string text ) : void

Method Details

Debug() public static méthode

public static Debug ( string text ) : void
text string
Résultat void

Error() public static méthode

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

Info() public static méthode

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

Warning() public static méthode

public static Warning ( string text ) : void
text string
Résultat void