Console output stream for logging to standard output 더 자세히 ...
#include <consoleStream.hpp>
Public 멤버 함수 | |
| const std::string & | getName () const override |
| nbool | logBypass (const nchar *msg) override |
| Log message directly without formatting | |
by::stream(으)로부터 상속된 Public 멤버 함수 | |
| stream (nbool isEnable=true) | |
| nbool | logBypass (const std::string &message) |
| nbool | isNull () const |
| Checks if this stream is a null object. | |
| virtual nbool | isEnable () const |
| virtual void | setEnable (nbool isEnable) |
| virtual nbool | init () |
| Initializes the stream, transitioning its state from RELEASED to INITIALIZED. | |
| virtual nbool | isInit () const |
| virtual nbool | rel () |
| Releases the stream's resources, transitioning its state from INITIALIZED to RELEASED. | |
Console output stream for logging to standard output
Implements stream interface to output log messages directly to the console/terminal with appropriate formatting.
|
overridevirtual |
by::stream를 구현.
Log message directly without formatting
by::stream(으)로부터 재구현되었습니다.