В процессе. Доработка документации
This commit is contained in:
@@ -33,7 +33,7 @@ Log.fatal(text)
|
||||
const CUSTOM = Log.MAX << 1 # Bitwise left shift the MAX value for a custom level.
|
||||
|
||||
func _ready() -> void:
|
||||
Log.add_level(CUSTOM, "Level Name")
|
||||
Log.add_level(CUSTOM, "Level Name")
|
||||
```
|
||||
|
||||
## Calling the custom level:
|
||||
|
||||
Reference in New Issue
Block a user