#include <RDLog.h>
|
| rdLogger (std::ostream *dest, bool owner=false) |
|
void | SetTee (std::ostream &stream) |
| Sets a stream to tee the output to.
|
|
void | SetTee (const char *filename) |
| Sets a filename to tee the output to.
|
|
void | SetTee (const std::string &filename) |
| Sets a filename to tee the output to.
|
|
void | ClearTee () |
| Remove our tee if it's set.
|
|
| ~rdLogger () |
|
Definition at line 31 of file RDLog.h.
◆ rdLogger()
boost::logging::rdLogger::rdLogger |
( |
std::ostream * |
dest, |
|
|
bool |
owner = false |
|
) |
| |
|
inline |
◆ ~rdLogger()
boost::logging::rdLogger::~rdLogger |
( |
| ) |
|
|
inline |
◆ ClearTee()
void boost::logging::rdLogger::ClearTee |
( |
| ) |
|
|
inline |
Remove our tee if it's set.
Definition at line 71 of file RDLog.h.
◆ SetTee() [1/3]
void boost::logging::rdLogger::SetTee |
( |
const char * |
filename | ) |
|
|
inline |
Sets a filename to tee the output to.
Definition at line 59 of file RDLog.h.
◆ SetTee() [2/3]
void boost::logging::rdLogger::SetTee |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ SetTee() [3/3]
void boost::logging::rdLogger::SetTee |
( |
std::ostream & |
stream | ) |
|
|
inline |
Sets a stream to tee the output to.
Definition at line 50 of file RDLog.h.
◆ df_enabled
bool boost::logging::rdLogger::df_enabled |
◆ df_owner
bool boost::logging::rdLogger::df_owner |
◆ dp_dest
std::ostream* boost::logging::rdLogger::dp_dest |
◆ dp_teeHelperStream
std::ofstream* boost::logging::rdLogger::dp_teeHelperStream |
◆ tee
RDTee* boost::logging::rdLogger::tee |
◆ teestream
The documentation for this class was generated from the following file: