Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

CFileLogOutputter Class Reference

Write log to file. More...

#include <LogOutputters.h>

Inherits ILogOutputter.

Inheritance diagram for CFileLogOutputter:

Inheritance graph
[legend]
Collaboration diagram for CFileLogOutputter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void open (const char *title)
 Open the outputter.
virtual void close ()
 Close the outputter.
virtual void show (bool showIfEmpty)
 Show the outputter.
virtual bool write (ELevel level, const char *message)
 Write a message with level.
virtual const char * getNewline () const
 Returns the newline sequence for the outputter.

Detailed Description

Write log to file.

This outputter writes output to the file. The level for each message is ignored.

Definition at line 66 of file LogOutputters.h.


Member Function Documentation

virtual void CFileLogOutputter::close  )  [virtual]
 

Close the outputter.

Close the outputter. Calling this method on an already closed outputter must have no effect.

Implements ILogOutputter.

virtual const char* CFileLogOutputter::getNewline  )  const [virtual]
 

Returns the newline sequence for the outputter.

Different outputters use different character sequences for newlines. This method returns the appropriate newline sequence for this outputter.

Implements ILogOutputter.

virtual void CFileLogOutputter::open const char *  title  )  [virtual]
 

Open the outputter.

Opens the outputter for writing. Calling this method on an already open outputter must have no effect.

Implements ILogOutputter.

virtual void CFileLogOutputter::show bool  showIfEmpty  )  [virtual]
 

Show the outputter.

Causes the output to become visible. This generally only makes sense for a logger in a graphical user interface. Other implementations will do nothing. Iff showIfEmpty is false then the implementation may optionally only show the log if it's not empty.

Implements ILogOutputter.

virtual bool CFileLogOutputter::write ELevel  level,
const char *  message
[virtual]
 

Write a message with level.

Writes message, which has the given level, to a log. If this method returns true then CLog will stop passing the message to all outputters in the outputter chain, otherwise it continues. Most implementations should return true.

Implements ILogOutputter.


The documentation for this class was generated from the following file:
Generated on Fri Nov 6 00:21:23 2009 for synergy-plus by  doxygen 1.3.9.1