GEOS
Public Member Functions | List of all members
geos::LogLevelsRegistry Class Reference

Keep track of log level documention for a group. More...

#include <LogLevelsRegistry.hpp>

Public Member Functions

void addEntry (integer level, std::string_view description)
 Add a log description for a wrapper. More...
 
string buildLogLevelDescription () const
 Construct the log level string description for a wrapper. More...
 

Detailed Description

Keep track of log level documention for a group.

Definition at line 31 of file LogLevelsRegistry.hpp.

Member Function Documentation

◆ addEntry()

void geos::LogLevelsRegistry::addEntry ( integer  level,
std::string_view  description 
)

Add a log description for a wrapper.

Parameters
levelThe minimum log level
descriptionThe description for the log level

◆ buildLogLevelDescription()

string geos::LogLevelsRegistry::buildLogLevelDescription ( ) const

Construct the log level string description for a wrapper.

Returns
The log level string description

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