libbgp  0.6
A C++ BGP Library.
Classes | Macros | Enumerations
bgp-log-handler.h File Reference

BGP log handler. More...

#include <mutex>
#include "serializable.h"
Include dependency graph for bgp-log-handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libbgp::BgpLogHandler
 The BgpLogHandler class. More...
 

Macros

#define LIBBGP_LOG(logger, level)   if (logger->getLogLevel() >= level)
 

Enumerations

enum  libbgp::LogLevel {
  FATAL, ERROR, WARN, INFO,
  DEBUG
}
 Log levels for logger (BgpLogHandler)
 

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.h.