8000 Tags · koopa1338/dyn-logger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: koopa1338/dyn-logger

Tags

v0.1.1

Toggle v0.1.1's commit message
feat: Add methods to add single or multiple layers to DynamicLogger

This commit adds two methods to add a single layer and multiple layers to `DynamicLogger`:
- `add_layer` to add a single layer to the logger
- `add_layers` to add multiple layers to the logger

These methods take in layer(s) implementing the `Layer` trait for
`Registry` and push them into the existing list of layers in
`DynamicLogger`.

This feature will make it easier to add layers dynamically during
run-time.

v0.1.0

Toggle v0.1.0's commit message
add doc string for file option

0