source/logging_macros.h file

Namespaces

namespace detail
namespace fmt

Classes

template<>
struct fmt::formatter<wgpu::StringView>
template<typename T>
struct fmt::formatter<T>

Enums

enum class LogLevel { Error = 0, Warn, Info, Trace }

Functions

auto level_name(LogLevel L) -> constexpr std::string_view constexpr noexcept
template<LogLevel>
void tracy_emit(const char*, size_t) constexpr noexcept

Variables

constexpr LogLevel kMinCompileTimeLevel constexpr
constexpr const char* LOG_COLORS constexpr
constexpr const char* RESET_COLOR constexpr

Defines

#define LOG_ERROR(fmt, ...)
#define LOG_WARN(fmt, ...)
#define LOG_INFO(fmt, ...)
#define LOG_TRACE(fmt, ...)