Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
appender.cpp
Go to the documentation of this file.
1#include <fc/log/appender.hpp>
6
7
8namespace fc {
9
10 static bool reg_console_appender = log_config::register_appender<console_appender>( "console" );
11 static bool reg_gelf_appender = log_config::register_appender<gelf_appender>( "gelf" );
12 static bool reg_dmlog_appender = log_config::register_appender<dmlog_appender>( "dmlog" );
13
14
15} // namespace fc
namespace sysio::chain
Definition authority.cpp:3
static bool register_appender(const fc::string &type)