hpp-util 7.0.0
Debugging tools for the HPP project.
Loading...
Searching...
No Matches
hpp::debug::ConsoleOutput Class Reference

Logging in console (std::cerr). More...

#include <hpp/util/debug.hh>

Inheritance diagram for hpp::debug::ConsoleOutput:
Collaboration diagram for hpp::debug::ConsoleOutput:

Public Member Functions

 ConsoleOutput ()
 ~ConsoleOutput ()
void write (const Channel &channel, char const *file, int line, char const *function, const std::string &data)
void write (const Channel &channel, char const *file, int line, char const *function, const std::stringstream &data)
Public Member Functions inherited from hpp::debug::Output
 Output ()
virtual ~Output ()

Additional Inherited Members

Protected Member Functions inherited from hpp::debug::Output
std::ostream & writePrefix (std::ostream &stream, const Channel &channel, char const *file, int line, char const *function)

Detailed Description

Logging in console (std::cerr).

Constructor & Destructor Documentation

◆ ConsoleOutput()

hpp::debug::ConsoleOutput::ConsoleOutput()
explicit

◆ ~ConsoleOutput()

hpp::debug::ConsoleOutput::~ConsoleOutput()

Member Function Documentation

◆ write() [1/2]

void hpp::debug::ConsoleOutput::write(const Channel &channel,
char const *file,
intline,
char const *function,
const std::string &data )
virtual

Implements hpp::debug::Output.

◆ write() [2/2]

void hpp::debug::ConsoleOutput::write(const Channel &channel,
char const *file,
intline,
char const *function,
const std::stringstream &data )
virtual

Implements hpp::debug::Output.


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