![]() |
Skylicht Engine
|
Classes | |
| struct | SLogInfo |
Public Member Functions | |
| void | setMaxLineBuffer (u32 num) |
| void | clear () |
| void | write (const char *log, ELOG_LEVEL logLevel) |
| const std::string & | getBuffer (bool update) |
| u32 | getLogCount () |
| std::list< SLogInfo > & | getLogs () |
| const SLogInfo & | getLast () |
| void | setEnable (bool b) |
| bool | isEnable () |
Protected Attributes | |
| bool | m_enable |
| u32 | m_id |
| u32 | m_maxLineBuffer |
| std::list< SLogInfo > | m_logs |
| std::string | m_buffer |