Skip to content

Commit

Permalink
Merge branch 'discord:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakyty authored Jul 12, 2024
2 parents 48f47b7 + 7b5cc9a commit 7ac49d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developer_tools/Embedded_App_SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,16 @@ Forward logs to your own logger.

No scopes required

#### Level Parameter

`captureLog` requires a `level` parameter which matches the javascript [console](https://developer.mozilla.org/en-US/docs/Web/API/console) log levels.
The supported values for `level` are:
- `debug`
- `log`
- `info`
- `warn`
- `error`

#### Usage

```js
Expand Down

0 comments on commit 7ac49d4

Please sign in to comment.