|
|
| Logger (std::string name) |
|
const std::string & | name () const |
|
template<typename... Args> |
| void | trace (fmt::format_string< Args... > fmt_str, Args &&... args) const |
|
template<typename... Args> |
| void | info (fmt::format_string< Args... > fmt_str, Args &&... args) const |
|
template<typename... Args> |
| void | warn (fmt::format_string< Args... > fmt_str, Args &&... args) const |
|
template<typename... Args> |
| void | error (fmt::format_string< Args... > fmt_str, Args &&... args) const |
|
template<typename... Args> |
| void | critical (fmt::format_string< Args... > fmt_str, Args &&... args) const |
The documentation for this class was generated from the following files:
- engine/include/pixelbullet/logging/log.h
- engine/src/logging/log.cc