|
libzypp 17.38.6
|
Primary trait for object formatting. More...
Primary trait for object formatting.
To support a type T in the log layer, you must provide a specialization of this struct. The specialization is valid if it implements at least one of the two static stream signatures.
Use this for objects that require system state (like a Pool or Config) to be resolved.
Use this for objects that own their data (like Arch or Edition).
| T | The logic type to be formatted. |
log::view(ctx, obj) will prioritize the Context-Aware version.