CppLogging
1.0.4.0
C++ Logging Library
|
This is the complete list of members for CppLogging::Logger, including all inherited members.
Config class | CppLogging::Logger | friend |
Debug(std::string_view message) const | CppLogging::Logger | inline |
Debug(fmt::format_string< T... > message, T &&... args) const | CppLogging::Logger | inline |
Error(std::string_view message) const | CppLogging::Logger | inline |
Error(fmt::format_string< T... > message, T &&... args) const | CppLogging::Logger | inline |
Fatal(std::string_view message) const | CppLogging::Logger | inline |
Fatal(fmt::format_string< T... > message, T &&... args) const | CppLogging::Logger | inline |
Flush() | CppLogging::Logger | inline |
Info(std::string_view message) const | CppLogging::Logger | inline |
Info(fmt::format_string< T... > message, T &&... args) const | CppLogging::Logger | inline |
Logger() | CppLogging::Logger | |
Logger(const std::string &name) | CppLogging::Logger | explicit |
Logger(const Logger &)=default | CppLogging::Logger | |
Logger(Logger &&)=default | CppLogging::Logger | |
operator=(const Logger &)=default | CppLogging::Logger | |
operator=(Logger &&)=default | CppLogging::Logger | |
Update() | CppLogging::Logger | |
Warn(std::string_view message) const | CppLogging::Logger | inline |
Warn(fmt::format_string< T... > message, T &&... args) const | CppLogging::Logger | inline |
~Logger() | CppLogging::Logger | inline |