Custom MyGUI::ILogListener interface implementation being able to portably handle UTF-8 encoded path.
More...
#include <myguiloglistener.hpp>
Custom MyGUI::ILogListener interface implementation being able to portably handle UTF-8 encoded path.
- Todo:
- try patching MyGUI to make this easier
osgMyGUI::CustomLogListener::CustomLogListener |
( |
const std::string & |
name | ) |
|
|
inline |
osgMyGUI::CustomLogListener::~CustomLogListener |
( |
| ) |
|
|
inline |
void osgMyGUI::CustomLogListener::close |
( |
| ) |
|
|
virtual |
void osgMyGUI::CustomLogListener::flush |
( |
| ) |
|
|
virtual |
const std::string& osgMyGUI::CustomLogListener::getFileName |
( |
| ) |
const |
|
inline |
void osgMyGUI::CustomLogListener::log |
( |
const std::string & |
_section, |
|
|
MyGUI::LogLevel |
_level, |
|
|
const struct tm * |
_time, |
|
|
const std::string & |
_message, |
|
|
const char * |
_file, |
|
|
int |
_line |
|
) |
| |
|
virtual |
void osgMyGUI::CustomLogListener::open |
( |
| ) |
|
|
virtual |
std::string osgMyGUI::CustomLogListener::mFileName |
|
private |
boost::filesystem::ofstream osgMyGUI::CustomLogListener::mStream |
|
private |
The documentation for this class was generated from the following files: