Re-exportsยง
pub use logging::RELOAD_HANDLE;pub use logging::init_default_ut_logging;pub use logging::init_global_logging;pub use metric::dump_metrics;pub use common_error;pub use tracing;pub use tracing_subscriber;
Modulesยง
- logging
 - logging stuffs, inspired by databend
 - macros ๐
 - metric
 - panic_
hook ๐ - tracing_
context  - tracing stuffs, inspired by RisingWave
 - tracing_
sampler ๐ 
Macrosยง
- debug
 - Logs a message at the debug level.
 - error
 - Logs a message at the error level.
 - info
 - Logs a message at the info level.
 - log
 - The standard logging macro.
 - slow
 - trace
 - Logs a message at the trace level.
 - warn
 - Logs a message at the warn level.