logging
Logging facade for the package.
Usage
logging()This is a real public API class that happens to be named logging — a name normally in AUTO_EXCLUDE. The auto_include option forces it back into documentation.
Parameters
level: str = "INFO"-
Default log level.
Methods
| Name | Description |
|---|---|
| info() | Log an informational message. |
info()
Log an informational message.
Usage
info(msg)Parameters
msg: str-
The message to log.