stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::LogEvent::LocalInit Struct Reference
Inheritance diagram for stmg::LogEvent::LocalInit:
Inheritance graph
[legend]

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...
 

Member Data Documentation

◆ m_bElapsedMinuteFormat

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.

◆ m_bToStdOut

bool stmg::LogEvent::LocalInit::m_bToStdOut = true

Whether to log to std::cout.

Default is true.

◆ m_bValueAsXY

bool stmg::LogEvent::LocalInit::m_bValueAsXY = false

Whether nValue should shown as unpacked coords.

Default is false.

◆ m_nTag

int32_t stmg::LogEvent::LocalInit::m_nTag = 0

The tag for the instance.

Must be >= 0. Default is 0.