| Class | KeyFlattener |
A KeyFlattener computes keys for the things within curly braces in PEP-3101-style format strings as parsed by string.Formatter.parse. |
| Function | flatFormat |
Format an event which has been flattened with flattenEvent. |
| Function | flattenEvent |
Flatten the given event by pre-associating format fields with specific objects and callable results in a dict put into the "log_flattened" key in the event. |
| Variable | aFormatter |
Undocumented |
flattenEvent.| Parameters | |
event:LogEvent | A logging event. |
| Returns | |
str | A formatted string. |
dict put into the "log_flattened" key in the event.| Parameters | |
event:LogEvent | A logging event. |