Multi_log - log to multiple loggers using standard logging macros

Very simple crate which allows log macros (debug!, info! etc.) to send messages to multiple loggers (i.e. anything that implements the log::Log trait):

Currently using it to log messages using env_logger whilst also sending them to Sentry (using sentry-rs), added as a crate in case it's useful to anyone else.

3 Likes