39 bool bAlwaysFlush =
false,
40 bool bUseColors =
true,
41 bool bDisableStdioSync =
true,
42 bool bUntieCin =
true);
46 virtual void flush()
override;
48 string_view svMessage,
50 const std::vector<logger_color_range>& colors,
51 verbosity eVerbosity)
override;
60 bool m_bUsingColors =
true;
Base class for logger streams.
Logger stream for std::cout output.
virtual void flush() override
Flush stream.
cout_logger_stream(bool bAlwaysFlush=false, bool bUseColors=true, bool bDisableStdioSync=true, bool bUntieCin=true)
cout_logger_stream object constructor
virtual void do_log(string_view svMessage, const log_unit &logUnit, const std::vector< logger_color_range > &colors, verbosity eVerbosity) override
Proceed stream logging.
void set_using_colors(bool bUsingColors) noexcept
Set whether cout output should be colored.