Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PlayFab
Internal
Log
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