log.RecordCompiler
A class to make all non-standard information available to formatters.
Usage
log.RecordCompiler()Methods
| Name | Description |
|---|---|
| __init__() | Initialize with logging config. |
| handle() | Set custom record attributes |
__init__()
Initialize with logging config.
Usage
__init__(*, config)
handle()
Set custom record attributes
Usage
handle(record)