Functions to send commands to a LogIO object. More...
#include <LogIO.h>
Public Member Functions | |
LogIO & | operator<< (LogIO &os, LogIO::Command item) |
LogIO & | operator<< (LogIO &os, const SourceLocation *item) |
LogIO & | operator<< (LogIO &os, const LogOrigin &OR) |
Functions to send commands to a LogIO object.
The following commands don't change the accumulated message, rather they send commands to the LogIO object, either to:
os << "message" << LogIO::POST;
os << "error" << LogIO::EXCEPTION;
os << LogIO::DEBUGGING;
os << LogOrigin(...);
os << WHERE; // Changes only source file/line number
Definition at line 277 of file LogIO.h.
LogIO& casacore::LogIO_global_functions_command::operator<< | ( | LogIO & | os, | |
const SourceLocation * | item | |||
) |
LogIO& casacore::LogIO_global_functions_command::operator<< | ( | LogIO & | os, | |
LogIO::Command | item | |||
) |