#include "basiclog.h"
#include <string>
#include <sys/utsname.h>
Include dependency graph for basicapp.h:

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

Go to the source code of this file.
Classes | |
| class | BasicApp |
| Basic functions to handle the application. More... | |
Defines | |
| #define | BASICAPP_LOGGER(s) BasicLog::Logger log( BasicApp::getThe(), s ) |
| #define BASICAPP_LOGGER | ( | s | ) | BasicLog::Logger log( BasicApp::getThe(), s ) |
Declares a BasicLog::Logger, named "log", using the BasicApp::getThe() for logging.
| s | the string for the log-level's beginning |
1.5.1