|
| template<typename... FmtArgs> |
| void | log (std::source_location loc, LogLevel level, fmt::format_string< FmtArgs... > fmt, FmtArgs &&... args) const |
|
void | init (LoggerType type) |
Definition at line 64 of file logger.h.
◆ log()
template<typename... FmtArgs>
| void zrythm::utils::detail::SpdlogApi::log |
( |
std::source_location | loc, |
|
|
LogLevel | level, |
|
|
fmt::format_string< FmtArgs... > | fmt, |
|
|
FmtArgs &&... | args ) const |
|
inline |
◆ init_flag_
| std::once_flag zrythm::utils::detail::SpdlogApi::init_flag_ |
◆ logger_
| std::atomic<Logger *> zrythm::utils::detail::SpdlogApi::logger_ { nullptr } |
The documentation for this struct was generated from the following file: