Skip to main contentModule prelude
Source pub use crate::error::ClResult;pub use crate::error::Error;pub use crate::types::Patch;pub use crate::types::TagInfo;pub use crate::types::Timestamp;pub use crate::types::TnId;
- debug
- Constructs an event at the debug level.
- debug_span
- Constructs a span at the debug level.
- error
- Constructs an event at the error level.
- error_span
- Constructs a span at the error level.
- info
- Constructs an event at the info level.
- info_span
- Constructs a span at the info level.
- warn
- Constructs an event at the warn level.
- warn_span
- Constructs a span at the warn level.