GEOS
Static Public Member Functions | List of all members
geos::logInfo::OutputTimers Struct Reference

Base timer category for output operations. More...

#include <OutputBase.hpp>

Static Public Member Functions

static std::string_view getDescription ()
 Get the description of this timer. More...
 
static constexpr int getMinLogLevel ()
 Get the minimum log level for this timer. More...
 

Detailed Description

Base timer category for output operations.

Provides configuration for logging output operation timing information

Definition at line 36 of file OutputBase.hpp.

Member Function Documentation

◆ getDescription()

static std::string_view geos::logInfo::OutputTimers::getDescription ( )
inlinestatic

Get the description of this timer.

Returns
String view containing the timer description

Definition at line 42 of file OutputBase.hpp.

◆ getMinLogLevel()

static constexpr int geos::logInfo::OutputTimers::getMinLogLevel ( )
inlinestaticconstexpr

Get the minimum log level for this timer.

Returns
Integer representing the minimum log level

Definition at line 48 of file OutputBase.hpp.


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