C# Class PlayFab.ServerModels.LogStatement

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Data object
Level string
Message string

Property Details

Data public_oe property

Optional object accompanying the message as contextual information
public object Data
Résultat object

Level public_oe property

'Debug', 'Info', or 'Error'
public string Level
Résultat string

Message public_oe property

public string Message
Résultat string