|
Vesna
|
#include "core/Application.h"#include "core/common/StackTrace.h"#include "core/common/ApplicationPath.h"#include "businesslogic/maps/MapDatabaseService.h"#include "core/log/emlog.h"
Macros | |
| #define | _GNU_SOURCE |
| #define | __USE_LOG__ |
| #define | L_DEFAULT_LOG_TYPES ( L_ERR | L_PID | L_SRCLINE | L_FUNCTION | L_TIME ) |
| #define | FMAKE_LOG_FNAME "/tmp/obc.log" |
| #define | FMAKE_LOG_NAME "obc" |
| #define | LOG_ARCHIVE_COUNT 50 |
Functions | |
| FMAKE_LOG_OBJECT3 (FMAKE_LOG_FNAME, FMAKE_LOG_NAME, L_ALL, LOG_LIMIT_SIZE, LOG_ARCHIVE_COUNT) | |
| int | main (int argc, char *argv[]) |
Variables | |
| const std::string | PROJECT_BASE = "Vesna" |
| #define __USE_LOG__ |
| #define _GNU_SOURCE |
| #define FMAKE_LOG_FNAME "/tmp/obc.log" |
| #define FMAKE_LOG_NAME "obc" |
| #define L_DEFAULT_LOG_TYPES ( L_ERR | L_PID | L_SRCLINE | L_FUNCTION | L_TIME ) |
| #define LOG_ARCHIVE_COUNT 50 |
| FMAKE_LOG_OBJECT3 | ( | FMAKE_LOG_FNAME | , |
| FMAKE_LOG_NAME | , | ||
| L_ALL | , | ||
| LOG_LIMIT_SIZE | , | ||
| LOG_ARCHIVE_COUNT | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

| const std::string PROJECT_BASE = "Vesna" |
1.8.8