log4cpp::AbortAppender Class Reference

#include <AbortAppender.hh>

Inheritance diagram for log4cpp::AbortAppender:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AbortAppender (const std::string &name)
 AbortAppender (const std::string &name)
virtual void close ()
virtual void close ()
virtual bool reopen ()
virtual bool reopen ()
virtual bool requiresLayout () const
virtual bool requiresLayout () const
virtual void setLayout (Layout *layout)
virtual void setLayout (Layout *layout)
virtual ~AbortAppender ()
virtual ~AbortAppender ()

Protected Member Functions

virtual void _append (const LoggingEvent &event)
virtual void _append (const LoggingEvent &event)

Detailed Description

This Appender causes the application to abort() upon the first append() call.

Since:
0.3.5

Definition at line 23 of file include/log4cpp/AbortAppender.hh.


Constructor & Destructor Documentation

log4cpp::AbortAppender::AbortAppender ( const std::string &  name  ) 

Definition at line 14 of file AbortAppender.cpp.

log4cpp::AbortAppender::~AbortAppender (  )  [virtual]

Definition at line 18 of file AbortAppender.cpp.

log4cpp::AbortAppender::AbortAppender ( const std::string &  name  ) 
virtual log4cpp::AbortAppender::~AbortAppender (  )  [virtual]

Member Function Documentation

virtual void log4cpp::AbortAppender::_append ( const LoggingEvent event  )  [protected, virtual]

Log in Appender specific way. Subclasses of Appender should implement this method to perform actual logging.

Parameters:
event The LoggingEvent to log.

Implements log4cpp::AppenderSkeleton.

void log4cpp::AbortAppender::_append ( const LoggingEvent event  )  [protected, virtual]

Log in Appender specific way. Subclasses of Appender should implement this method to perform actual logging.

Parameters:
event The LoggingEvent to log.

Implements log4cpp::AppenderSkeleton.

Definition at line 26 of file AbortAppender.cpp.

virtual void log4cpp::AbortAppender::close (  )  [virtual]

Release any resources allocated within the appender such as file handles, network connections, etc.

Implements log4cpp::AppenderSkeleton.

void log4cpp::AbortAppender::close (  )  [virtual]

Release any resources allocated within the appender such as file handles, network connections, etc.

Implements log4cpp::AppenderSkeleton.

Definition at line 22 of file AbortAppender.cpp.

virtual bool log4cpp::AbortAppender::reopen (  )  [virtual]

Reopens the output destination of this Appender, e.g. the logfile or TCP socket.

Returns:
false if an error occured during reopening, true otherwise.

Reimplemented from log4cpp::AppenderSkeleton.

bool log4cpp::AbortAppender::reopen (  )  [virtual]

Reopens the output destination of this Appender, e.g. the logfile or TCP socket.

Returns:
false if an error occured during reopening, true otherwise.

Reimplemented from log4cpp::AppenderSkeleton.

Definition at line 30 of file AbortAppender.cpp.

virtual bool log4cpp::AbortAppender::requiresLayout (  )  const [virtual]

The AbortAppender does not layout.

Returns:
false

Implements log4cpp::AppenderSkeleton.

bool log4cpp::AbortAppender::requiresLayout (  )  const [virtual]

The AbortAppender does not layout.

Returns:
false

Implements log4cpp::AppenderSkeleton.

Definition at line 34 of file AbortAppender.cpp.

virtual void log4cpp::AbortAppender::setLayout ( Layout layout  )  [virtual]

Set the Layout for this appender.

Parameters:
layout The layout to use.

Implements log4cpp::AppenderSkeleton.

void log4cpp::AbortAppender::setLayout ( Layout layout  )  [virtual]

Set the Layout for this appender.

Parameters:
layout The layout to use.

Implements log4cpp::AppenderSkeleton.

Definition at line 38 of file AbortAppender.cpp.


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


log4cpp
Author(s): Stephen Roderick
autogenerated on Fri Jan 11 09:51:54 2013