Logging in journal file in the logging directory.
More...
#include <hpp/util/debug.hh>
|
| | JournalOutput (std::string filename) |
| |
| | ~JournalOutput () |
| |
| 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) |
| |
| std::string | getFilename () const |
| |
| | Output () |
| |
| virtual | ~Output () |
| |
| virtual void | write (const Channel &channel, char const *file, int line, char const *function, const std::string &data)=0 |
| |
| virtual void | write (const Channel &channel, char const *file, int line, char const *function, const std::stringstream &data)=0 |
| |
|
| std::ostream & | writePrefix (std::ostream &stream, const Channel &channel, char const *file, int line, char const *function) |
| |
Logging in journal file in the logging directory.
◆ JournalOutput()
| hpp::debug::JournalOutput::JournalOutput |
( |
std::string |
filename | ) |
|
|
explicit |
◆ ~JournalOutput()
| hpp::debug::JournalOutput::~JournalOutput |
( |
| ) |
|
◆ getFilename()
| std::string hpp::debug::JournalOutput::getFilename |
( |
| ) |
const |
◆ write() [1/2]
| void hpp::debug::JournalOutput::write |
( |
const Channel & |
channel, |
|
|
char const * |
file, |
|
|
int |
line, |
|
|
char const * |
function, |
|
|
const std::string & |
data |
|
) |
| |
|
virtual |
◆ write() [2/2]
| void hpp::debug::JournalOutput::write |
( |
const Channel & |
channel, |
|
|
char const * |
file, |
|
|
int |
line, |
|
|
char const * |
function, |
|
|
const std::stringstream & |
data |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: