liblaf.grapes.rich.logging
¤
Modules:
-
handlers–
Classes:
RichHandler
¤
RichHandler(
console: Console | None = None,
*,
columns: Iterable[RichHandlerColumn] | None = None,
level: int = NOTSET,
)
Bases: Handler
flowchart TD
liblaf.grapes.rich.logging.RichHandler[RichHandler]
click liblaf.grapes.rich.logging.RichHandler href "" "liblaf.grapes.rich.logging.RichHandler"
Subclassed by:
-
Reference
Liblaf
grapes
logging
-
loggingRichFileHandler -
handlers
handlersRichFileHandler
-
Methods:
-
emit–
Attributes:
-
columns(list[RichHandlerColumn]) – -
console(Console) – -
highlighter(Highlighter) –
Source code in src/liblaf/grapes/rich/logging/handlers/_handler.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |
emit
¤
emit(record: LogRecord) -> None
Source code in src/liblaf/grapes/rich/logging/handlers/_handler.py
49 50 51 52 53 54 55 56 57 58 59 60 61 | |