47 #ifndef _MIRA_LOGCONSOLESINK_H_ 48 #define _MIRA_LOGCONSOLESINK_H_ 72 virtual void consume(
const LogRecord& record);
80 void enableColors(
bool enable=
true);
86 bool mColoringEnabled;
Holds all the information about a log entry.
Definition: LoggingCore.h:107
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Simple log sink for writing to streams like cout or file It uses the SimpleFormatter for output...
Definition: LogTxtStreamSink.h:64
Special class that uses LogTxtStreamSink as a base and cout as stream Provided for logging to console...
Definition: LogConsoleSink.h:66
MIRA_BASE_EXPORT void setTextColor(TextColor color=DEFAULT, StdOutput output=STD_OUTPUT)
Sets the color of the console text as specified.
Platform dependent functions to control the console and its settings.
TextColor
Definition: Console.h:63