Go to the source code of this file.
Namespaces | |
namespace | libthrowable |
Functions | |
void | libthrowable::registerAsStreamsToStdout (const std::vector< const std::ostream * > &streams, bool append=true) throw () |
Informs the library that the given streams write to stdout. | |
void | libthrowable::registerAsStreamToStdout (const std::ostream *stream, bool append=true) throw () |
Convenience function. | |
void | libthrowable::registerAsStreamsToStderr (const std::vector< const std::ostream * > &streams, bool append=true) throw () |
Informs the library that the given streams write to stderr. | |
void | libthrowable::registerAsStreamToSterr (const std::ostream *stream, bool append=true) throw () |
Convenience function. |