30 const std::string& getPath()
const;
32 const std::string& getName()
const override;
34 using super::logBypass;
File output stream for logging to disk files.
Definition fileLogStream.hpp:15
nbool setPath(const std::string &new_path)
Sets the path for the log file and attempts to open it.
nbool logBypass(const nchar *message) override
Log message directly without formatting.
Base class for all logging output streams.
Definition stream.hpp:13
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34