SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::LogCategory, including all inherited members.
GetLogPriority() const | SDL::LogCategory | inline |
Log(LogPriority priority, std::string_view fmt, ARGS... args) const | SDL::LogCategory | inline |
LogCategory(int category) | SDL::LogCategory | inlineexplicit |
LogCategory(SDL_LogCategory category=SDL_LOG_CATEGORY_APPLICATION) | SDL::LogCategory | inline |
LogCritical(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogDebug(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogError(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogInfo(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogTrace(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogUnformatted(LogPriority priority, StringParam message) const | SDL::LogCategory | inline |
LogVerbose(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
LogWarn(std::string_view fmt, ARGS &&... args) const | SDL::LogCategory | inline |
operator int() | SDL::LogCategory | inline |
operator SDL_LogCategory() | SDL::LogCategory | inline |
operator<=>(const LogCategory &other) const =default | SDL::LogCategory | |
ResetLogPriorities() | SDL::LogCategory | inlinestatic |
SetLogPriorities(LogPriority priority) | SDL::LogCategory | inlinestatic |
SetLogPriority(LogPriority priority) | SDL::LogCategory | inline |