Arc::LogDestination Class Reference

A base class for log destinations. More...

#include <Logger.h>

Inheritance diagram for Arc::LogDestination:
Arc::LogFile Arc::LogStream

Public Member Functions

virtual void log (const LogMessage &message)=0

Protected Member Functions

 LogDestination ()
 LogDestination (const std::string &locale)

Detailed Description

A base class for log destinations.

This class defines an interface for LogDestinations. LogDestination objects will typically contain synchronization mechanisms and should therefore never be copied.


Constructor & Destructor Documentation

Arc::LogDestination::LogDestination (  )  [protected]

Default constructor.

This destination will use the default locale.

Arc::LogDestination::LogDestination ( const std::string &  locale  )  [protected]

Constructor with specific locale.

This destination will use the specified locale.


The documentation for this class was generated from the following file:
Generated on Wed Jun 27 11:54:21 2012 for Hosting Environment (Daemon) by  doxygen 1.6.3