|
StreamLog 1.0.0
A lightweight C++11 logging library with stream-based API
|
This is the complete list of members for StreamLog, including all inherited members.
| buildLog(const std::string &message) const | StreamLog | protectedvirtual |
| commitLog(const std::string &message) | StreamLog | protected |
| getColor() const | StreamLog | protected |
| getLogStatement(LogLevel level) | StreamLog | |
| getTimestamp() const | StreamLog | protectedvirtual |
| instance(const std::string &fileName="output.log", bool consoleOutput=false) | StreamLog | static |
| levelToString(const LogLevel &level) const | StreamLog | protected |
| m_consoleOutput | StreamLog | protected |
| m_fileName | StreamLog | protected |
| m_level | StreamLog | protected |
| m_threshold | StreamLog | protected |
| operator<<(std::ostream &(*manipulator)(std::ostream &)) | StreamLog | |
| operator=(const StreamLog &)=delete | StreamLog | |
| operator=(StreamLog &&)=delete | StreamLog | |
| StreamLog(const StreamLog &)=delete | StreamLog | |
| StreamLog(StreamLog &&)=delete | StreamLog | |
| StreamLog(const std::string &fileName, bool consoleOutput=false) | StreamLog | explicitprotected |
| writeLog(const std::string &message) | StreamLog | protected |
| ~StreamLog() | StreamLog | virtual |