S3FC project page S3FC home page

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

s3_file_buffer Class Reference

The streambuffer used to log messages to a text file. More...

#include <s3_logger.h>

List of all members.

Public Methods

 s3_file_buffer (const std::string &filename, bool append=true) throw ( s3_generic_exception )
 Constructor. More...

virtual ~s3_file_buffer ()


Detailed Description

The streambuffer used to log messages to a text file.

Do not use this class direcly, rather use s3_filelogger.

See also:
The overall operation of the S3 Logging System.
Author:
Francois Swanepoel <swanepoel@stonethree.com>

Definition at line 106 of file s3_logger.h.


Constructor & Destructor Documentation

s3_file_buffer::s3_file_buffer const std::string &    filename,
bool    append = true
throw ( s3_generic_exception ) [inline]
 

Constructor.

Parameters:
filename  Name of file you'd like to log to.
append  If true, will append to logfile, if not will erase existing file.
Exceptions:
s3_generic_exception  If specified file could not be opened.

Definition at line 118 of file s3_logger.h.

virtual s3_file_buffer::~s3_file_buffer   [inline, virtual]
 

Definition at line 131 of file s3_logger.h.


The documentation for this class was generated from the following file:
Send comments to: s3fc@stonethree.com SourceForge Logo