Skip to main content

Crate aicommit

Crate aicommit 

Source

Re-exports§

pub use logging::LoggingConfig;
pub use logging::init_logging;
pub use logging::init_default_logging;
pub use logging::init_dev_logging;
pub use logging::init_prod_logging;
pub use logging::log_error;
pub use logging::log_info;
pub use logging::log_warning;

Modules§

logging

Macros§

debug
Constructs an event at the debug level.
error
Constructs an event at the error level.
info
Constructs an event at the info level.
operation_span
Create a span for tracing operations with context
trace
Constructs an event at the trace level.
warn
Constructs an event at the warn level.