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