- Tumbleweed 1.1.4-1.5
 - Leap-16.0
 - Leap-15.6
 
| log4cpp::AbortAppender(3) | Library Functions Manual | log4cpp::AbortAppender(3) | 
NAME¶
log4cpp::AbortAppender - This Appender causes the application to abort() upon the first append() call.
SYNOPSIS¶
#include <AbortAppender.hh>
Inherits log4cpp::AppenderSkeleton.
Public Member Functions¶
AbortAppender (const std::string &name)
  
  virtual ~AbortAppender ()
  
  virtual bool reopen ()
  
  Reopens the output destination of this Appender, e.g. virtual void
    close ()
  
  Release any resources allocated within the appender such as file handles,
    network connections, etc. virtual bool requiresLayout () const
  
  The AbortAppender does not layout. virtual void setLayout
    (Layout *layout)
  
  Set the Layout for this appender.
  
Public Member Functions inherited from
    log4cpp::AppenderSkeleton
  
  virtual ~AppenderSkeleton ()
  
  Destructor for AppenderSkeleton. virtual void doAppend (const
    LoggingEvent &event)
  
  Log in Appender specific way. virtual void setThreshold
    (Priority::Value priority)
  
  Set the threshold priority of this Appender. virtual
    Priority::Value getThreshold ()
  
  Get the threshold priority of this Appender. virtual void
    setFilter (Filter *filter)
  
  Set a Filter for this appender. virtual Filter *
    getFilter ()
  
  Get the Filter for this appender.
  
Public Member Functions inherited from log4cpp::Appender
  
  virtual ~Appender ()
  
  Destructor for Appender. const std::string & getName ()
    const
  
  Get the name of this appender.
  
Protected Member Functions¶
virtual void _append (const LoggingEvent &event)
  
  Log in Appender specific way.
  
Protected Member Functions inherited from
    log4cpp::AppenderSkeleton
  
  AppenderSkeleton (const std::string &name)
  
  Constructor for AppenderSkeleton.
  
Protected Member Functions inherited from log4cpp::Appender
  
  Appender (const std::string &name)
  
  Constructor for Appender.
  
Additional Inherited Members¶
Static Public Member Functions inherited from
    log4cpp::Appender
  
  static Appender * getAppender (const std::string &name)
  
  Get a pointer to an exitsing Appender. static bool reopenAll ()
  
  Call reopen() on all existing Appenders. static void closeAll ()
  
  Call reopen() on all existing Appenders.
  
Detailed Description¶
This Appender causes the application to abort() upon the first append() call.
Since
Constructor & Destructor Documentation¶
log4cpp::AbortAppender::AbortAppender (const std::string & name)¶
log4cpp::AbortAppender::~AbortAppender () [virtual]¶
Member Function Documentation¶
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
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.
bool log4cpp::AbortAppender::reopen () [virtual]¶
Reopens the output destination of this Appender, e.g. the logfile or TCP socket.
Returns
Reimplemented from log4cpp::AppenderSkeleton.
bool log4cpp::AbortAppender::requiresLayout () const [virtual]¶
The AbortAppender does not layout.
Returns
Implements log4cpp::AppenderSkeleton.
void log4cpp::AbortAppender::setLayout (Layout * layout) [virtual]¶
Set the Layout for this appender.
Parameters
Implements log4cpp::AppenderSkeleton.
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
| Version 1.1 | log4cpp |