Structs§
- LogContext
- Context passed to a custom logging function.
Attribute Macros§
- performance_
mark - performance_mark is an attribute macro that adds performance (time) logging to methods.
By default, it uses
println!
, but can be configured to use a custom method.