Skip to main content

Crate lexe_logger

Crate lexe_logger 

Source
Expand description

Common logger configuration for non-SGX lexe services.

See also: the logger module in the public/lexe-ln crate for log config in enclaves.

Functionsยง

init
Initialize a global tracing logger.
init_with_default
init but defaults to the given RUST_LOG value if not set in env.
try_init
Try to initialize a global logger. Returns Err if another global logger is already set.
try_init_with_default
try_init but defaults to the given RUST_LOG value if not set in env.