Crate lyte_observer

Crate lyte_observer 

Source

Re-exports§

pub use prelude::Error;
pub use prelude::crates::*;

Modules§

prelude

Structs§

Report
The core error reporting type of the library, a wrapper around a dynamic error reporting type.

Functions§

observe
Sets up color_eyre and a basic logging tracing subscriber with the specified filter_str. Everything a growing application needs.
observe_info
Analagous to observe("info")
trace_crate
Analagous to observe(&format!("{}=trace,info", crate_name))
very_verbosely_trace_everything
This function is marked unsafe because it’s very likely you do not want to do this.

Type Aliases§

Result
type alias for Result<T, Report>