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