This commit is contained in:
Mm2PL 2023-02-09 00:13:53 +01:00
parent 86c872d4af
commit 9ac0844921
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -64,6 +64,7 @@ Writes a message to the Chatterino log. The `level` argument should be a
`tostring()`.
Example:
```
c2.log(c2.LogLevel.Warning, "Hello, this should show up in the Chatterino log by default")