#include <MyGUI_LogManager.h>
Detailed Description
Definition at line 39 of file MyGUI_LogManager.h.
Member Enumeration Documentation
- Enumerator:
Info |
|
Warning |
|
Error |
|
Critical |
|
EndLogLevel |
|
Definition at line 43 of file MyGUI_LogManager.h.
Member Function Documentation
bool MyGUI::LogManager::getSTDOutputEnabled |
( |
| ) |
|
|
static |
const std::string & MyGUI::LogManager::info |
( |
const char * |
_file, |
|
|
int |
_line |
|
) |
| |
|
static |
void MyGUI::LogManager::initialise |
( |
| ) |
|
|
static |
void MyGUI::LogManager::registerSection |
( |
const std::string & |
_section, |
|
|
const std::string & |
_file |
|
) |
| |
|
static |
void MyGUI::LogManager::setSTDOutputEnabled |
( |
bool |
_enable | ) |
|
|
static |
void MyGUI::LogManager::shutdown |
( |
| ) |
|
|
static |
void MyGUI::LogManager::unregisterSection |
( |
const std::string & |
_section | ) |
|
|
static |
Field Documentation
const std::string MyGUI::LogManager::General = "General" |
|
static |
const std::string MyGUI::LogManager::LevelsName |
|
static |
Initial value:
{
"Info",
"Warning",
"Error",
"Critical"
}
Definition at line 77 of file MyGUI_LogManager.h.
const std::string MyGUI::LogManager::separator = " | " |
|
static |
The documentation for this class was generated from the following files: