Scribe
__init__
Name | Description |
---|---|
name | The name of the logger. |
debug
Name | Description |
---|---|
msg | The message to log. |
*args | The arguments to log. |
**kwargs | The keyword arguments to log. |
warning
Name | Description |
---|---|
msg | The message to log. |
*args | The arguments to log. |
**kwargs | The keyword arguments to log. |
log
Name | Description |
---|---|
level | The level of the message. |
msg | The message to log. |
*args | The arguments to log. |
**kwargs | The keyword arguments to log. |
silence
error
Name | Description |
---|---|
msg | The message to log. |
*args | The arguments to log. |
**kwargs | The keyword arguments to log. |
info
Name | Description |
---|---|
msg | The message to log. |
*args | The arguments to log. |
**kwargs | The keyword arguments to log. |
get_level
Name | Description |
---|---|
int | The level of the logger. |
set_level
Name | Description |
---|---|
level | The level to set. |