|
OpenSDN source code
|
Functions | |
| static void | init_common () |
| void | init () |
| void | init (std::string log_file, unsigned long log_file_size, unsigned long log_file_index, bool enable_syslog, std::string syslog_facility, std::string ident, std::string log_level) |
| bool | unit_test () |
| void | LogServerName (const BgpServer *server) |
| void | LogServerName (const IPeer *ipeer, const BgpTable *table) |
Variables | |
| bool | unit_test_ |
| void bgp_log_test::init | ( | ) |
| void bgp_log_test::init | ( | std::string | log_file, |
| unsigned long | log_file_size, | ||
| unsigned long | log_file_index, | ||
| bool | enable_syslog, | ||
| std::string | syslog_facility, | ||
| std::string | ident, | ||
| std::string | log_level | ||
| ) |
|
static |
| void bgp_log_test::LogServerName | ( | const BgpServer * | server | ) |
| bool bgp_log_test::unit_test | ( | ) |
Definition at line 53 of file bgp_log.cc.
| bool bgp_log_test::unit_test_ |
Definition at line 18 of file bgp_log.cc.