|  | Kea 3.1.0
    | 
Logging initialization functions. More...
#include <unistd.h>#include <string>#include <log/logger.h>#include <log/logger_unittest_support.h>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. | |
Logging initialization functions.
Contains a set of functions relating to logging initialization that are used by the production code.
Definition in file logger_support.h.