libbgp  0.6
A C++ BGP Library.
Variables
bgp-log-handler.cc File Reference

BGP log handler. More...

#include "bgp-log-handler.h"
#include <stdarg.h>
#include <stdio.h>
Include dependency graph for bgp-log-handler.cc:

Go to the source code of this file.

Variables

const char * libbgp::bgp_log_level_str []
 

Detailed Description

BGP log handler.

Author
Nato Morichika nat@n.nosp@m.at.m.nosp@m.oe
Version
0.1
Date
2019-07-05

Definition in file bgp-log-handler.cc.

Variable Documentation

◆ bgp_log_level_str

const char* libbgp::bgp_log_level_str[]
Initial value:
= {
"FATAL",
"ERROR",
"WARN ",
"INFO ",
"DEBUG"
}

Definition at line 17 of file bgp-log-handler.cc.