Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PlayFab
Internal
Log
C# Class PlayFab.Internal.Log
Datei anzeigen
Open project: PlayFab/PlayFab-Samples
Public Methods
Method
Description
Debug
(
string
text
) :
void
Error
(
string
text
) :
void
Info
(
string
text
) :
void
Warning
(
string
text
) :
void
Method Details
Debug()
public
static
method
public
static
Debug
(
string
text
) :
void
text
string
return
void
Error()
public
static
method
public
static
Error
(
string
text
) :
void
text
string
return
void
Info()
public
static
method
public
static
Info
(
string
text
) :
void
text
string
return
void
Warning()
public
static
method
public
static
Warning
(
string
text
) :
void
text
string
return
void