Class responsible for all logging related functionality.
More...
#include <Log.hpp>
|
| static void | Init () |
| |
| static void | Destroy () |
| |
| static void | LogVA (const LogTag &tag, LogCategory category, String format, va_list arguments) |
| | Log a messages with the provided format string and variadic argument list.
|
| |
| static void | Log (const LogTag &tag, LogCategory category, String format,...) |
| | Log a messages with the provided format string and arguments.
|
| |
Class responsible for all logging related functionality.
◆ Destroy()
| void Faro::Logger::Destroy |
( |
| ) |
|
|
static |
◆ Init()
| void Faro::Logger::Init |
( |
| ) |
|
|
static |
◆ Log()
Log a messages with the provided format string and arguments.
- Parameters
-
| tag | Log tag |
| category | Log category |
| format | Format string |
| ... | List of argument to be used for formatting |
◆ LogVA()
Log a messages with the provided format string and variadic argument list.
- Parameters
-
| tag | Log tag |
| category | Log category |
| format | Format string |
| arguments | Variadic argument list to be used for formatting |
The documentation for this class was generated from the following files:
- /github/workspace/Source/Engine/Core/Source/Log.hpp
- /github/workspace/Source/Engine/Core/Source/Log.cpp