> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFCloudScriptLogStatement

> PFCloudScriptLogStatement 데이터 모델입니다.

PFCloudScriptLogStatement 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFCloudScriptLogStatement {  
    PFJsonObject data;  
    const char* level;  
    const char* message;  
} PFCloudScriptLogStatement;  
```

### 멤버

**`data`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

(선택 사항) 컨텍스트 정보로 메시지와 함께 제공되는 선택적 개체입니다.

**`level`**   const char\*<br />*is null-terminated*

(선택 사항) 'Debug', 'Info' 또는 'Error'입니다.

**`message`**   const char\*<br />*is null-terminated*

(선택 사항) Message 속성입니다.

## 요구 사항

**헤더:** PFCloudScriptTypes.h

## 참고 항목

[PFCloudScriptTypes 멤버](/services/playfab/api-references/c/pfcloudscripttypes/pfcloudscripttypes_members)


## Related topics

- [Services C API 개요 - PFCloudScriptTypes.h](/ko/services/playfab/api-references/c/pfcloudscripttypes/pfcloudscripttypes_members.md)
- [PFCloudScriptExecuteCloudScriptResult](/ko/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptexecutecloudscriptresult.md)
- [ExecuteCloudScriptResult](/ko/services/playfab/api-references/events/data-types/executecloudscriptresult.md)
- [LogStatement](/ko/services/playfab/api-references/events/data-types/logstatement.md)
- [사용자 지정 CloudScript 작성](/ko/services/playfab/live-service-management/service-gateway/automation/cloudscript/writing-custom-cloudscript.md)
