7 #ifndef LOGGER_SUPPORT_H
8 #define LOGGER_SUPPORT_H
61 int dbglevel = 0,
const char* file = NULL,
78 #endif // LOGGER_SUPPORT_H
void setDefaultLoggingOutput(bool verbose)
Reset root logger characteristics.
bool isLoggingInitialized()
Is logging initialized?
void setLoggingInitialized(bool state)
Set state of "logging initialized" flag.
Defines the logger used by the top-level component of kea-dhcp-ddns.
Miscellaneous logging functions used by the unit tests.
void initLogger(const string &root, isc::log::Severity severity, int dbglevel, const char *file, bool buffer)
Run-time initialization.