# Game Log

## Game Log UI

* This window shows any output done using Redscript's `Log/LogChannel` function, either coming from the games scripts themselves or from a Redscript mod.

![](https://2893586400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP5jWcLZLbbbzO-_ua1-887967055%2Fuploads%2FdiIC6kxkObb7fGkzMYaU%2Fcet-log.gif?alt=media\&token=688ae99a-e0b5-4de6-875f-67f4cbdbb512)

## Writing Logs

```swift
// my_script.reds
LogChannel(n"DEBUG", "My Custom Log");
```
