C# 클래스 PlayFab.ServerModels.LogStatement

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Data object
Level string
Message string

프로퍼티 상세

Data 공개적으로 프로퍼티

Optional object accompanying the message as contextual information
public object Data
리턴 object

Level 공개적으로 프로퍼티

'Debug', 'Info', or 'Error'
public string Level
리턴 string

Message 공개적으로 프로퍼티

public string Message
리턴 string