Logging Utilities¶
console ¶
console() -> Console
Return a shared Rich Console instance with basic theming.
Source code in src/spark_fuse/utils/logging.py
12 13 14 15 16 17 |
|
console() -> Console
Return a shared Rich Console instance with basic theming.
src/spark_fuse/utils/logging.py
12 13 14 15 16 17 |
|