Class LogConsumer
Defined in File Log.hpp
Inheritance Relationships
Derived Type
public eprosima::fastdds::dds::OStreamConsumer
(Class OStreamConsumer)
Class Documentation
-
class LogConsumer
Consumes a log entry to output it somewhere.
Subclassed by eprosima::fastdds::dds::OStreamConsumer
Protected Functions
- RTPS_DllAPI void print_timestamp (std::ostream &stream, const Log::Entry &, bool color) const
- RTPS_DllAPI void print_header (std::ostream &stream, const Log::Entry &, bool color) const
- RTPS_DllAPI void print_context (std::ostream &stream, const Log::Entry &, bool color) const
- RTPS_DllAPI void print_message (std::ostream &stream, const Log::Entry &, bool color) const
- RTPS_DllAPI void print_new_line (std::ostream &stream, bool color) const