File output stream for logging to disk files 더 자세히 ...
#include <fileLogStream.hpp>
Public 멤버 함수 | |
| fileLogStream (const std::string &new_path) | |
| nbool | setPath (const std::string &new_path) |
| Sets the path for the log file and attempts to open it. | |
| const std::string & | getPath () const |
| const std::string & | getName () const override |
| nbool | logBypass (const nchar *message) 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. | |
File output stream for logging to disk files
Implements stream interface to write log messages to files with configurable file paths and automatic file management.
|
overridevirtual |
by::stream를 구현.
Log message directly without formatting
by::stream(으)로부터 재구현되었습니다.
Sets the path for the log file and attempts to open it.
| new_path | The new path for the log file. |