|
PARTONS/ElementaryUtils
|
Basic utility softwares (Logger, threads, etc)
|
![]() |
Public Types | |
| enum | Type { COUT , FILE , BOTH , DEFAULT } |
Public Member Functions | |
| LoggerPrintMode (Type type) | |
| std::string | toString () |
| LoggerPrintMode::Type | getType () const |
| void | setType (Type type) |
Static Public Member Functions | |
| static LoggerPrintMode | fromString (std::string printMode) |
Private Attributes | |
| LoggerPrintMode::Type | m_type |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
private |