![]()  | 
  
    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 | ) | 
| void Isis::SessionLog::AddResults | ( | Isis::PvlGroup & | results | ) | 
References Isis::PvlObject::addGroup().
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 |