An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <SessionLog.h>
Public Member Functions | |
void | AddResults (Isis::PvlGroup &results) |
void | Write () |
void | AddError (Isis::Pvl &e) |
bool | TerminalOutput () |
Static Public Member Functions | |
static SessionLog & | TheLog (bool restart=false) |
static bool | HasLog () |
Friends | |
std::ostream & | operator<< (std::ostream &os, Isis::SessionLog &log) |
void Isis::SessionLog::AddError | ( | Isis::Pvl & | e | ) |
References Isis::PvlObject::group(), Isis::PvlObject::groups(), and Isis::PvlContainer::isNamed().
void Isis::SessionLog::AddResults | ( | Isis::PvlGroup & | results | ) |
Referenced by Isis::Application::Log().
|
inlinestatic |
|
inline |
|
static |
Referenced by Isis::Application::Log(), and Isis::Application::Run().
void Isis::SessionLog::Write | ( | ) |
References Isis::Pvl::append(), Isis::Pvl::setTerminator(), and Isis::Pvl::write().
|
friend |
References Isis::operator<<().