47 #ifndef _MIRA_LOGCONSOLESINK_H_ 48 #define _MIRA_LOGCONSOLESINK_H_ 86 bool mColoringEnabled;
Holds all the information about a log entry.
Definition: LoggingCore.h:107
LogConsoleSink()
Default constructor.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
void enableColors(bool enable=true)
Enables or disables the colored text output based on the specified flag.
Simple log sink for writing to streams like cout or file It uses the SimpleFormatter for output...
Definition: LogTxtStreamSink.h:64
virtual void consume(const LogRecord &record)
Overwrite this in derived class.
Special class that uses LogTxtStreamSink as a base and cout as stream Provided for logging to console...
Definition: LogConsoleSink.h:66
Platform dependent functions to control the console and its settings.
TextColor
Definition: Console.h:63