estk / log4rs

A highly configurable logging framework for Rust
Apache License 2.0
973 stars 143 forks source link

TimeTriggerConfig pub #370

Open carlocorradini opened 3 months ago

carlocorradini commented 3 months ago

I want to programmatically build the configuration with a time based trigger policy. Unfortunately all fields in TimeTriggerConfig are private and there are no available functions to mutate them. Feature request: Add the possibility to create/edit TimeTriggerConfig

bconn98 commented 3 months ago

Hi @carlocorradini does #347 help you with this?

carlocorradini commented 3 months ago

@bconn98 Thanks