Kea 2.5.8
isc::log::Level Struct Reference

Log level structure. More...

#include <logger_level.h>

Public Member Functions

 Level (Severity sev=DEFAULT, int dbg=MIN_DEBUG_LEVEL)
 

Public Attributes

int dbglevel
 Debug level.
 
Severity severity
 Logging severity.
 

Detailed Description

Log level structure.

A simple pair structure that provides suitable names for the members. It holds a combination of logging severity and debug level.

Definition at line 42 of file logger_level.h.

Constructor & Destructor Documentation

◆ Level()

isc::log::Level::Level ( Severity  sev = DEFAULT,
int  dbg = MIN_DEBUG_LEVEL 
)
inline

Definition at line 46 of file logger_level.h.

Member Data Documentation

◆ dbglevel

◆ severity


The documentation for this struct was generated from the following file: