#include <Log.h>
|
| | LogImpl (std::shared_ptr< spdlog::logger > logger) |
| |
| void | Trace (const std::string &text) |
| |
| void | Info (const std::string &text) |
| |
| void | Warn (const std::string &text) |
| |
| void | Error (const std::string &text) |
| |
| void | Fatal (const std::string &text) |
| |
Definition at line 27 of file Log.h.
◆ LogImpl()
| Elevate::LogImpl::LogImpl |
( |
std::shared_ptr< spdlog::logger > |
logger | ) |
|
|
inline |
Definition at line 29 of file Log.h.
◆ Error()
| void Elevate::LogImpl::Error |
( |
const std::string & |
text | ) |
|
|
inline |
Definition at line 33 of file Log.h.
◆ Fatal()
| void Elevate::LogImpl::Fatal |
( |
const std::string & |
text | ) |
|
|
inline |
Definition at line 34 of file Log.h.
◆ Info()
| void Elevate::LogImpl::Info |
( |
const std::string & |
text | ) |
|
|
inline |
Definition at line 31 of file Log.h.
◆ Trace()
| void Elevate::LogImpl::Trace |
( |
const std::string & |
text | ) |
|
|
inline |
Definition at line 30 of file Log.h.
◆ Warn()
| void Elevate::LogImpl::Warn |
( |
const std::string & |
text | ) |
|
|
inline |
Definition at line 32 of file Log.h.
The documentation for this class was generated from the following file:
- ElevateEngine/src/ElevateEngine/Core/Log.h