C# Class PlayFab.ServerModels.LogStatement

显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return object

Level public_oe property

'Debug', 'Info', or 'Error'
public string Level
return string

Message public_oe property

public string Message
return string