#include "common.h"#include "query_handler.h"#include "login_info.h"#include <basis/function.h>#include <basis/log_base.h>#include <basis/portable.h>#include <basis/set.cpp>#include <basis/string_array.h>#include <data_struct/deep_array.cpp>#include <opsystem/byte_filer.h>#include <opsystem/directory.h>#include <opsystem/filename.h>#include <opsystem/ini_config.h>#include <textual/list_parsing.h>#include <malloc.h>Include dependency graph for query_handler.cpp:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), filename(portable::application_name()).basename().raw() + " " + s) |
| #define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 33 of file query_handler.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), filename(portable::application_name()).basename().raw() + " " + s) |
Definition at line 34 of file query_handler.cpp.
1.5.1