#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
#include <iostream>
#include <fstream>
#include <fc/log/console_appender.hpp>
#include <fc/log/file_appender.hpp>
#include <fc/log/gelf_appender.hpp>
#include <fc/log/logger.hpp>
#include <fc/log/logger_config.hpp>
#include <fc/io/json.hpp>
#include <fc/network/ip.hpp>
#include <fc/exception/exception.hpp>
#include <scorum/app/application.hpp>
#include <scorum/app/log_configurator.hpp>
#include <scorum/protocol/config.hpp>
Go to the source code of this file.
◆ DEFAULT_GELF_APPENDER_PORT
#define DEFAULT_GELF_APPENDER_PORT 12201 |
◆ LOG_APPENDER
#define LOG_APPENDER "log-appender" |
◆ LOGGER
#define LOGGER "log-logger" |
◆ FC_REFLECT()
◆ host_name()
()() host_name |
( |
additional_info |
| ) |
|
◆ level()
()()() name() level |
( |
appender |
| ) |
|
◆ rotation_interval_minutes()
() rotation_interval_minutes |
( |
rotation_limit_hours |
| ) |
|
◆ appender_args