casa::LogFile Class Reference

#include <LogFile.h>

List of all members.

Public Member Functions

 LogFile (const String &filename)
 Class for operations on a log file.
virtual ~LogFile ()
void setAppend (const Bool a)
Bool open ()
void close () const
Bool write (const String &output, const Bool open=True, const Bool close=True)

Private Attributes

String _filename
Bool _append
Int _fileHandle
std::unique_ptr< FiledesIO > _fileIO

Detailed Description

Definition at line 37 of file LogFile.h.


Constructor & Destructor Documentation

casa::LogFile::LogFile ( const String &  filename  ) 

Class for operations on a log file.

Etymology

Image tasking

Synopsis

Class for operations on a log file

virtual casa::LogFile::~LogFile (  )  [virtual]

Member Function Documentation

void casa::LogFile::close (  )  const
Bool casa::LogFile::open (  ) 
void casa::LogFile::setAppend ( const Bool  a  ) 
Bool casa::LogFile::write ( const String &  output,
const Bool  open = True,
const Bool  close = True 
)

Member Data Documentation

Bool casa::LogFile::_append [private]

Definition at line 87 of file LogFile.h.

Definition at line 88 of file LogFile.h.

std::unique_ptr<FiledesIO> casa::LogFile::_fileIO [private]

Definition at line 89 of file LogFile.h.

String casa::LogFile::_filename [private]

Definition at line 86 of file LogFile.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1