SA_Logger
Sapphire's Suite's C++ Logger.
|
This is the complete list of members for SA::FileLogStream, including all inherited members.
channelFilter | SA::ALogStream | |
CreateLogFile(const std::string &_fileFullPath) | SA::FileLogStream | protected |
FileLogStream(const std::string &_fileFullPath="Logs/log.txt") noexcept | SA::FileLogStream | |
Flush() override final | SA::FileLogStream | virtual |
levelFlags | SA::ALogStream | |
mHandle | SA::FileLogStream | protected |
operator<<(const Log &_log) | SA::ALogStream | |
Output(const Log &_log) override final | SA::FileLogStream | protectedvirtual |
ProcessLog(const Log &_log, bool _bForce=false) | SA::ALogStream | |
~ALogStream()=default | SA::ALogStream | virtual |
~FileLogStream() noexcept | SA::FileLogStream |