![]() |
Kea
1.9.9-git
|
Logging initialization functions. More...
#include <unistd.h>#include <string>#include <log/logger.h>#include <log/logger_unittest_support.h>
Include dependency graph for logger_support.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| 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. More... | |
| bool | isc::log::isLoggingInitialized () |
| Is logging initialized? More... | |
| void | isc::log::setDefaultLoggingOutput (bool verbose=true) |
| Reset root logger characteristics. More... | |
| void | isc::log::setLoggingInitialized (bool state=true) |
| Set state of "logging initialized" flag. More... | |
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.