-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I'm trying to switch to using this crate from a more simple logger, and I ended up reading a lot of the internal code. I've noticed that every feature is part of a giant enum. This greatly restricts the ability to locally add new outputs or to customize existing ones, for example.
My suggestion is to factor out an interface into an Output trait.
Metadata
Metadata
Assignees
Labels
No labels