|
Open-Transactions
0.93.0-ge03d287
|
#include "stdafx.hpp"#include "OTLog.hpp"#include "util/OTPaths.hpp"#include "util/stacktrace.h"#include "opentxs/core/Version.hpp"#include <mutex>#include <cerrno>#include <fstream>#include <iostream>#include <libgen.h>#include <unistd.h>#include <signal.h>#include <ucontext.h>#include <wordexp.h>#include <execinfo.h>#include <sys/resource.h>#include <sys/stat.h>
Go to the source code of this file.
Classes | |
| struct | opentxs::sig_ucontext_t |
Namespaces | |
| opentxs | |
Macros | |
| #define | LOG_DEQUE_SIZE 1024 |
| #define | _GNU_SOURCE |
| #define | __USE_GNU |
| #define | LOGFILE_PRE "log-" |
| #define | LOGFILE_EXT ".log" |
| #define | GLOBAL_LOGNAME "init" |
| #define | GLOBAL_LOGFILE "init.log" |
| #define | OT_HANDLE_SIGNAL(OT_SIGNAL_TYPE) |
Functions | |
| OTLOG_IMPORT OTLogStream | opentxs::otErr (-1) |
| OTLOG_IMPORT OTLogStream | opentxs::otInfo (2) |
| OTLOG_IMPORT OTLogStream | opentxs::otOut (0) |
| OTLOG_IMPORT OTLogStream | opentxs::otWarn (1) |
| OTLOG_IMPORT OTLogStream | opentxs::otLog3 (3) |
| OTLOG_IMPORT OTLogStream | opentxs::otLog4 (4) |
| OTLOG_IMPORT OTLogStream | opentxs::otLog5 (5) |
| void | opentxs::ot_terminate (void) |
| void | opentxs::crit_err_hdlr (int32_t sig_num, siginfo_t *info, void *ucontext) |
| #define OT_HANDLE_SIGNAL | ( | OT_SIGNAL_TYPE | ) |