Kea 2.5.9
logger_support.cc File Reference
#include <config.h>
#include <string>
#include <log/logger_support.h>
#include <log/logger_manager.h>
#include <log/logger_name.h>
+ Include dependency graph for logger_support.cc:

Go to the source code of this file.

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::log
 

Functions

void isc::log::initLogger (const std::string &root, isc::log::Severity severity=isc::log::INFO, int dbglevel=0, const char *file=NULL, bool buffer=false)
 Run-time initialization.
 
bool isc::log::isLoggingInitialized ()
 Is logging initialized?
 
void isc::log::setDefaultLoggingOutput (bool verbose=true)
 Reset root logger characteristics.
 
void isc::log::setLoggingInitialized (bool state=true)
 Set state of "logging initialized" flag.