[][src]Crate prima_rs_logger

Re-exports

pub use debug;
pub use error;
pub use info;
pub use trace;
pub use v_warn as warn;

Modules

slog_macro

Macros

debug

Example debug! macro

error

Example error! macro

info

Example info! macro

trace

Example trace! macro

v_warn

Example warn! macro

Structs

GuardLogger

GuardLogger embed GlobalLoggerGuard of slog.

OnceCell

A thread-safe cell which can be written to only once.

Functions

json_guard
term_guard

Type Definitions

GuardLoggerCell