Goby3  3.1.4
2024.02.22
goby::util::logger::GroupSetter Class Reference

Helper class for enabling the group(std::string) manipulator. More...

#include <goby/util/debug_logger/logger_manipulators.h>

Public Member Functions

 GroupSetter (std::string s)
 
void operator() (std::ostream &os) const
 
void operator() (goby::util::FlexOstream &os) const
 

Detailed Description

Helper class for enabling the group(std::string) manipulator.

Definition at line 105 of file logger_manipulators.h.

Constructor & Destructor Documentation

◆ GroupSetter()

goby::util::logger::GroupSetter::GroupSetter ( std::string  s)
inlineexplicit

Definition at line 108 of file logger_manipulators.h.

Member Function Documentation

◆ operator()() [1/2]

void goby::util::logger::GroupSetter::operator() ( goby::util::FlexOstream os) const

◆ operator()() [2/2]

void goby::util::logger::GroupSetter::operator() ( std::ostream &  os) const

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