21 #ifndef GEOS_MESH_LOGLEVELSINFO_HPP 
   22 #define GEOS_MESH_LOGLEVELSINFO_HPP 
   42   static constexpr 
int getMinLogLevel() { 
return 1; }
 
   46 struct PartitionCommunication
 
   48   static constexpr 
int getMinLogLevel() { 
return 3; }
 
   54   static constexpr 
int getMinLogLevel() { 
return 2; }
 
constexpr std::string_view getDescription(Unit unit)
 
std::string_view string_view
String type.