#include <string>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for muo_logging.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | krmuo |
Defines | |
| #define | SHOW_NO_MESSAGES 0 |
| hide all messages | |
| #define | SHOW_NM 0 |
| hide all messages | |
| #define | SHOW_SIGNALS 1 |
| show only signals, no descriptions or hints | |
| #define | SHOW_SM 1 |
| show only signals, no descriptions or hints | |
| #define | SHOW_SIGNALS_AND_DESCRIPTIONS 2 |
| show signals + descriptions, but no hints | |
| #define | SHOW_SMADM 2 |
| show signals + descriptions, but no hints | |
| #define | SHOW_SIGNALS_DESCRIPTIONS_AND_HINTS 3 |
| show signals, descriptions + hints | |
| #define | SHOW_SMADMAHM 3 |
| show signals, descriptions + hints | |
| #define | USE_SHARED_LOGFILE true |
| LoggingSuitcase shares its logfile with another. | |
| #define | USE_OWN_LOGFILE false |
| LoggingSuitcase uses its own logfile. | |
| #define | WITH_SCREEN_MESSAGES true |
| LoggingSuitcase writes onto the screen. | |
| #define | WITHOUT_SCREEN_MESSAGES false |
| LoggingSuitcase writes onto the screen. | |
| #define | USE_TWOLINES true |
| present the two-string-message in two lines | |
| #define | USE_ONELINE false |
| present the two-string-message in one lines | |
| #define | SIGNAL_MESSAGE 1 |
| this is an important signal message | |
| #define | SMESS 1 |
| this is an important signal message | |
| #define | SM 1 |
| this is an important signal message | |
| #define | DESCRIPTION_MESSAGE 2 |
| this is a describing message | |
| #define | DMESS 2 |
| this is a describing message | |
| #define | DM 2 |
| this is a describing message | |
| #define | HINT_MESSAGE 3 |
| this is a not very important hint (message) | |
| #define | HMESS 3 |
| this is a not very important hint (message) | |
| #define | HM 3 |
| this is a not very important hint (message) | |
Definition in file muo_logging.h.
1.4.1