dune-pdelab
2.5-dev
|
virtual base class for logger formatters More...
#include <dune/pdelab/common/logtag.hh>
Public Member Functions | |
virtual void | writeTag (std::ostream &s) const =0 |
function that writes the tag to a stream More... | |
virtual base class for logger formatters
This is the virtual base class used for type erasure purposes.
|
pure virtual |
function that writes the tag to a stream
Implementations of this function can alter the stream format flags as they like. The flags are restored to their original values by the caller.
Implemented in Dune::PDELab::GeneralLogtagFormatter< FormatFunc >.