mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 11:02:10 +00:00
32 lines
476 B
Markdown
32 lines
476 B
Markdown
[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/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Log.ts#L3)
|