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
tracinglogger. - init_
with_ default initbut defaults to the givenRUST_LOGvalue if not set in env.- try_
init - Try to initialize a global logger.
Returns
Errif another global logger is already set. - try_
init_ with_ default try_initbut defaults to the givenRUST_LOGvalue if not set in env.