#include "MyGUI_Prerequest.h"
#include "MyGUI_LogStream.h"
#include "MyGUI_LogSource.h"
#include "MyGUI_Diagnostic.h"
#include <memory>
#include <vector>
Go to the source code of this file.
◆ MYGUI_LOGGING
#define MYGUI_LOGGING |
( |
| section, |
|
|
| level, |
|
|
| text ) |
Value:
section, \
MyGUI::LogLevel::level, \
__FILE__, \
__LINE__)
static LogManager & getInstance()
void log(std::string_view _section, LogLevel _level, std::string_view _message, std::string_view _file, int _line)
Definition at line 20 of file MyGUI_LogManager.h.