C# Class PlayFab.AdminModels.LogStatement

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Data object
Level string
Message string

Property Details

Data public property

Optional object accompanying the message as contextual information
public object Data
return object

Level public property

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

Message public property

public string Message
return string