Available Log Level Managers
| Name | Package | Description |
|---|---|---|
| Default | Children inherit log level from parent, but changes from parent do not propagate down | |
| Global | Changes apply to all loggers globally | |
| One Way | Parent changes affect children, but child changes do not affect parents | |
| Linked | Parent and child changes affect each other bidirectionally |
