3 #ifndef VISR_STATUS_MESSAGE_HPP_INCLUDED 4 #define VISR_STATUS_MESSAGE_HPP_INCLUDED 40 template<
typename MessageType,
typename... MessageRest>
41 static void format( std::ostream & str, MessageType
const & msg, MessageRest ... rest )
54 template<
typename MessageType >
55 static void format( std::ostream & str, MessageType
const & msg )
63 #endif // #ifndef VISR_STATUS_MESSAGE_HPP_INCLUDED static void format(std::ostream &str, MessageType const &msg, MessageRest...rest)
Definition: status_message.hpp:41
Kind
Definition: status_message.hpp:20
Definition: status_message.hpp:14
Severe error.
Definition: status_message.hpp:27
Warning message.
Definition: status_message.hpp:23
Definition: options.cpp:10
static void format(std::ostream &str, MessageType const &msg)
Definition: status_message.hpp:55
Error message, the issuer is responsible for returning from the current callback call.
Definition: status_message.hpp:24
An informational message.
Definition: status_message.hpp:22
Critical error, control shall not return to the calling function.
Definition: status_message.hpp:28