Module enso_logger::processor::consumer[][src]

Expand description

Log consumer implementation.

Re-exports

pub use js_console::JsConsole;
pub use native_console::NativeConsole;

Modules

JavaScript console consumer implementation.

Native console consumer implementation.

Traits

Consumer takes the incoming entry and a message formatted by the used formatter and executes an action, like writing the things to the console, sending them via network, or buffering in a queue.

Type Definitions

Default consumer.