-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
It would be handy to have something like TransformerLogger
but that acts as a temporary sink for all logging messages and then logs out a transformed message that summarizes the logging messages received. An example use-case is when one is executing some function in parallel on multiple threads. Each thread might be logging some warnings about the execution, but for 1,000 threads, showing all log messages would be useless. Instead it would be better to log the number of threads that raised each message.
Can something like this be accomplished with the existing structs in this package, or would a new one be necessary?
Metadata
Metadata
Assignees
Labels
No labels