File output stream for logging to disk files. More...
#include <fileLogStream.hpp>
Public Member Functions | |
| fileLogStream (const std::string &new_path) | |
| nbool | setPath (const std::string &new_path) |
| const std::string & | getPath () const |
| const std::string & | getName () const override |
| nbool | logBypass (const nchar *message) 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 () |
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 |
Implements by::stream.
|
overridevirtual |
Reimplemented from by::stream.