> ## 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 overview - PFCloudScriptTypes.h](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/pfcloudscripttypes_members.md)
- [PFCloudScriptExecuteCloudScriptResult](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptexecutecloudscriptresult.md)
- [ExecuteCloudScriptResult](/ja-jp/services/playfab/api-references/events/data-types/executecloudscriptresult.md)
- [LogStatement](/ja-jp/services/playfab/api-references/events/data-types/logstatement.md)
- [カスタム CloudScript の作成](/ja-jp/services/playfab/live-service-management/service-gateway/automation/cloudscript/writing-custom-cloudscript.md)
