Console output stream for logging to standard output. More...
#include <consoleStream.hpp>
Public Member Functions | |
| const std::string & | getName () const override |
| nbool | logBypass (const nchar *msg) override |
Public Member Functions inherited from by::stream | |
| stream (nbool isEnable=true) | |
| nbool | logBypass (const std::string &message) |
| nbool | isNull () const |
| virtual nbool | isEnable () const |
| virtual void | setEnable (nbool isEnable) |
| virtual nbool | init () |
| virtual nbool | isInit () const |
| virtual nbool | rel () |
Console output stream for logging to standard output.
Implements stream interface to output log messages directly to the console/terminal with appropriate formatting.
|
overridevirtual |
Implements by::stream.
|
overridevirtual |
Reimplemented from by::stream.