mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 15:52:13 +00:00
chore(docs): Update API ref
This commit is contained in:
31
docs/api/namespaces/Log/variables/Level.md
Normal file
31
docs/api/namespaces/Log/variables/Level.md
Normal file
@@ -0,0 +1,31 @@
|
||||
[youtubei.js](../../../README.md) / [Log](../README.md) / Level
|
||||
|
||||
# Variable: Level
|
||||
|
||||
> `const` **Level**: `object`
|
||||
|
||||
## Type declaration
|
||||
|
||||
### DEBUG
|
||||
|
||||
> **DEBUG**: `number` = `4`
|
||||
|
||||
### ERROR
|
||||
|
||||
> **ERROR**: `number` = `1`
|
||||
|
||||
### INFO
|
||||
|
||||
> **INFO**: `number` = `3`
|
||||
|
||||
### NONE
|
||||
|
||||
> **NONE**: `number` = `0`
|
||||
|
||||
### WARNING
|
||||
|
||||
> **WARNING**: `number` = `2`
|
||||
|
||||
## Defined in
|
||||
|
||||
[src/utils/Log.ts:3](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/Log.ts#L3)
|
||||
Reference in New Issue
Block a user