Template Struct message

Inheritance Relationships

Base Type

Struct Documentation

template<udho::logging::status Status>
struct udho::logging::messages::formatted::message : public udho::logging::message<Status>

Public Types

typedef messages::formatted::message<Status> self_type
typedef udho::logging::message<Status> base_type

Public Functions

message(const std::string &segment, const std::string &format, unsigned level = 0)
template<typename T>
self_type &prepare(const T &value)
template<typename T>
self_type &operator%(const T &value)
std::string what() const

Public Members

boost::format _format