macro_rules! track_create_object {
($entity:expr ; $created:expr, $size:expr, $units:expr, $req_type:expr, $($details:tt)+) => { ... };
}Expand description
Add an object creation event.
The details string is only formatted when trace-level events are enabled for the entity.