This is the complete list of members for Logger, including all inherited members.
configure(const std::string &configurationText, const std::map< std::string, std::string > &placeholders=std::map< std::string, std::string >()) | Logger | static |
configure(const std::shared_ptr< EnvironmentProperties > &configuration, const std::map< std::string, std::string > &placeholders=std::map< std::string, std::string >()) | Logger | static |
debug(const char *message) const | Logger | inline |
debug(std::string_view message) const | Logger | inline |
debug(const char *message, const ObjectT &... object) const | Logger | inline |
debug(std::string_view message, const ObjectT &... object) const | Logger | inline |
debug(const std::function< std::string()> &function) const | Logger | inline |
debug(const SourceCodeLocation &location, const char *message) const | Logger | inline |
debug(const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
debug(const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
debug(const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
debug(const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
debugEnabled() const | Logger | inline |
enabled(LoggingLevel level) const | Logger | inline |
error(const char *message) const | Logger | inline |
error(std::string_view message) const | Logger | inline |
error(const char *message, const ObjectT &... object) const | Logger | inline |
error(std::string_view message, const ObjectT &... object) const | Logger | inline |
error(const std::function< std::string()> &function) const | Logger | inline |
error(const SourceCodeLocation &location, const char *message) const | Logger | inline |
error(const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
error(const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
error(const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
error(const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
errorEnabled() const | Logger | inline |
flush() const | Logger | |
flushAll() | Logger | static |
flushes() const noexcept | Logger | inline |
getConfiguration() const | Logger | |
getLevel() const noexcept | Logger | inline |
getLogger(std::string_view loggingNamespace) noexcept | Logger | static |
getNamespace() const | Logger | inline |
globalLogger() | Logger | static |
info(const char *message) const | Logger | inline |
info(std::string_view message) const | Logger | inline |
info(const char *message, const ObjectT &... object) const | Logger | inline |
info(std::string_view message, const ObjectT &... object) const | Logger | inline |
info(const std::function< std::string()> &function) const | Logger | inline |
info(const SourceCodeLocation &location, const char *message) const | Logger | inline |
info(const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
info(const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
info(const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
info(const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
infoEnabled() const | Logger | inline |
lockConfiguration(bool throwOnReconfigure=false) | Logger | static |
log(LoggingLevel specifiedLevel, const char *message) const | Logger | inline |
log(LoggingLevel specifiedLevel, std::string_view message) const | Logger | inline |
log(LoggingLevel specifiedLevel, const char *message, const ObjectT &... object) const | Logger | inline |
log(LoggingLevel specifiedLevel, std::string_view message, const ObjectT &... object) const | Logger | inline |
log(LoggingLevel specifiedLevel, const std::function< std::string()> &function) const | Logger | inline |
log(LoggingLevel specifiedLevel, const SourceCodeLocation &location, const char *message) const | Logger | inline |
log(LoggingLevel specifiedLevel, const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
log(LoggingLevel specifiedLevel, const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
log(LoggingLevel specifiedLevel, const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
log(LoggingLevel specifiedLevel, const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
operator==(const Logger &logger) const | Logger | inline |
registerLoggingStreamFactory(const std::string &scheme, LoggingStreamFactory factory) | Logger | static |
resetConfiguration() | Logger | static |
trace(const char *message) const | Logger | inline |
trace(std::string_view message) const | Logger | inline |
trace(const char *message, const ObjectT &... object) const | Logger | inline |
trace(std::string_view message, const ObjectT &... object) const | Logger | inline |
trace(const std::function< std::string()> &function) const | Logger | inline |
trace(const SourceCodeLocation &location, const char *message) const | Logger | inline |
trace(const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
trace(const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
trace(const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
trace(const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
traceEnabled() const | Logger | inline |
warn(const char *message) const | Logger | inline |
warn(std::string_view message) const | Logger | inline |
warn(const char *message, const ObjectT &... object) const | Logger | inline |
warn(std::string_view message, const ObjectT &... object) const | Logger | inline |
warn(const std::function< std::string()> &function) const | Logger | inline |
warn(const SourceCodeLocation &location, const char *message) const | Logger | inline |
warn(const SourceCodeLocation &location, std::string_view message) const | Logger | inline |
warn(const SourceCodeLocation &location, const char *message, const ObjectT &... object) const | Logger | inline |
warn(const SourceCodeLocation &location, std::string_view message, const ObjectT &... object) const | Logger | inline |
warn(const SourceCodeLocation &location, const std::function< std::string()> &function) const | Logger | inline |
warnEnabled() const | Logger | inline |