libzypp  17.38.7
zyppng::log Namespace Reference

Namespaces

 detail
 

Classes

struct  formatter
 Primary trait for object formatting. More...
 
struct  formatter< sat::Capabilities >
 
struct  formatter< sat::Capability >
 
struct  formatter< sat::CapDetail >
 
struct  formatter< sat::CapDetail::CapRel >
 
struct  formatter< sat::CapDetail::Kind >
 
struct  formatter< sat::detail::CDataiterator * >
 
struct  formatter< sat::detail::DIWrap >
 
struct  formatter< sat::EvaluatedSolvableSpec >
 Formatter for zyppng::sat::EvaluatedSolvableSpec. More...
 
struct  formatter< sat::LookupAttr >
 
struct  formatter< sat::LookupAttr::iterator >
 
struct  formatter< sat::Queue >
 
struct  formatter< sat::Repository >
 
struct  formatter< sat::Solvable >
 
struct  formatter< sat::SolvableSpec >
 Formatter for zyppng::sat::SolvableSpec. More...
 

Functions

template<typename T >
auto view (const ContextRef &ctx, const T &obj)
 Unified format call: Context-Aware. More...
 
template<typename T >
auto view (const T &obj)
 Unified format call: Context-Independent. More...
 

Function Documentation

◆ view() [1/2]

template<typename T >
auto zyppng::log::view ( const ContextRef &  ctx,
const T &  obj 
)

Unified format call: Context-Aware.

Definition at line 120 of file format.h.

◆ view() [2/2]

template<typename T >
auto zyppng::log::view ( const T &  obj)

Unified format call: Context-Independent.

Definition at line 126 of file format.h.