|
stmm-games-doc
0.32.0
|

Public Attributes | |
| bool | m_bToStdOut = true |
| Whether to log to std::cout. More... | |
| bool | m_bElapsedMinuteFormat = true |
| Whether the elapsed time should be formatted as MIN:SEC:MILLI rather than just milliseconds. More... | |
| bool | m_bValueAsXY = false |
| Whether nValue should shown as unpacked coords. More... | |
| int32_t | m_nTag = 0 |
| The tag for the instance. More... | |
| bool stmg::LogEvent::LocalInit::m_bElapsedMinuteFormat = true |
Whether the elapsed time should be formatted as MIN:SEC:MILLI rather than just milliseconds.
Default is true.
| bool stmg::LogEvent::LocalInit::m_bToStdOut = true |
Whether to log to std::cout.
Default is true.
| bool stmg::LogEvent::LocalInit::m_bValueAsXY = false |
Whether nValue should shown as unpacked coords.
Default is false.
| int32_t stmg::LogEvent::LocalInit::m_nTag = 0 |
The tag for the instance.
Must be >= 0. Default is 0.
1.8.13