Available Context Managers
Name | Package | Description |
---|---|---|
Default | Default built-in context manager that copies context from parent to child on child log creation | |
Isolated | Context manager that does not copy context from parent to child on child log creation | |
Linked | Context manager that keeps context synchronized between parent and all children |