Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

ofxsLog.h File Reference

Go to the source code of this file.

Namespaces

namespace  OFX
namespace  OFX::Log

Functions

void indent (void)
 Indent it, not MP sane at the moment.
void outdent (void)
 Outdent it, not MP sane at the moment.
void setFileName (const std::string &value)
 Sets the name of the log file.
bool open (void)
 Opens the log file, returns whether this was sucessful or not.
void close (void)
 Closes the log file.
void print (const char *format,...)
 Prints to the log file.
void warning (bool condition, const char *format,...)
 Prints to the log file only if the condition is true and prepends a warning notice.
void error (bool condition, const char *format,...)
 Prints to the log file only if the condition is true and prepends an error notice.


Function Documentation

void OFX::Log::close void   ) 
 

Closes the log file.

void OFX::Log::error bool  condition,
const char *  format,
  ...
 

Prints to the log file only if the condition is true and prepends an error notice.

void OFX::Log::indent void   ) 
 

Indent it, not MP sane at the moment.

bool OFX::Log::open void   ) 
 

Opens the log file, returns whether this was sucessful or not.

void OFX::Log::outdent void   ) 
 

Outdent it, not MP sane at the moment.

void OFX::Log::print const char *  format,
  ...
 

Prints to the log file.

void OFX::Log::setFileName const std::string &  value  ) 
 

Sets the name of the log file.

void OFX::Log::warning bool  condition,
const char *  format,
  ...
 

Prints to the log file only if the condition is true and prepends a warning notice.


Generated on Thu Oct 9 13:03:49 2008 for OFX Support by  doxygen 1.3.9.1