|
|
| Logger (std::string name) |
| |
|
const std::string & | GetName () const |
| |
|
template<typename... Args> |
| void | Trace (fmt::format_string< Args... > fmtStr, Args &&... args) const |
| |
|
template<typename... Args> |
| void | Info (fmt::format_string< Args... > fmtStr, Args &&... args) const |
| |
|
template<typename... Args> |
| void | Warn (fmt::format_string< Args... > fmtStr, Args &&... args) const |
| |
|
template<typename... Args> |
| void | Error (fmt::format_string< Args... > fmtStr, Args &&... args) const |
| |
|
template<typename... Args> |
| void | Critical (fmt::format_string< Args... > fmtStr, Args &&... args) const |
| |
The documentation for this class was generated from the following files:
- engine/include/pixelbullet/application/log.h
- engine/src/application/log.cc