OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bgp_log_test Namespace Reference

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_
 

Function Documentation

void bgp_log_test::init ( )

Definition at line 37 of file bgp_log.cc.

Here is the call graph for this function:

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 
)

Definition at line 42 of file bgp_log.cc.

Here is the call graph for this function:

static void bgp_log_test::init_common ( )
static

Definition at line 20 of file bgp_log.cc.

Here is the call graph for this function:

void bgp_log_test::LogServerName ( const BgpServer server)

Definition at line 57 of file bgp_log.cc.

Here is the call graph for this function:

void bgp_log_test::LogServerName ( const IPeer ipeer,
const BgpTable table 
)

Definition at line 65 of file bgp_log.cc.

Here is the call graph for this function:

bool bgp_log_test::unit_test ( )

Definition at line 53 of file bgp_log.cc.

Variable Documentation

bool bgp_log_test::unit_test_

Definition at line 18 of file bgp_log.cc.