|
automotive-message-broker
0.14.803
|
Project common C++ utilities namespace. More...
Classes | |
| class | Logger |
| Simple logger to log messages on file and console. More... | |
| class | Mutex |
| Encapsulation of the recursive posix mutex. More... | |
| class | Thread |
| Encapsulation of the POSIX thread. More... | |
Functions | |
| Logger::loggerConf | operator| (Logger::loggerConf __a, Logger::loggerConf __b) |
| Logger::loggerConf | operator& (Logger::loggerConf __a, Logger::loggerConf __b) |
Project common C++ utilities namespace.
|
inline |
operator& - Can be used in Logger::configure
| __a | Configuration (i.e., log on file and on screen on or off). |
| __b | Configuration (i.e., log on file and on screen on or off). |
|
inline |
operator| - Can be used in Logger::configure
| __a | Configuration (i.e., log on file and on screen on or off). |
| __b | Configuration (i.e., log on file and on screen on or off). |
1.8.2