Module medea::log[][src]

Provides logging utilities, used by application.

Modules

prelude

Re-exports common definitions for logging.

Functions

new_dual_logger

Builds JSON Logger which prints all its log records to w_out writer, but WARN level (and higher) to w_err writer. Logger will use Async drain with channel size of 2048 entries and OverflowStrategy::DropAndReport.