GEOS
|
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... | |
Keep track of log level documention for a group.
Definition at line 31 of file LogLevelsRegistry.hpp.
void geos::LogLevelsRegistry::addEntry | ( | integer | level, |
std::string_view | description | ||
) |
Add a log description for a wrapper.
level | The minimum log level |
description | The description for the log level |
string geos::LogLevelsRegistry::buildLogLevelDescription | ( | ) | const |
Construct the log level string description for a wrapper.