#include <FileAppender.hh>
Inheritance diagram for log4cpp::FileAppender:
Public Methods | |
FileAppender (const std::string &name, const std::string &fileName) | |
FileAppender (const std::string &name, int fd) | |
virtual | ~FileAppender () |
virtual bool | reopen () |
Reopens the output destination of this Appender, e.g. More... | |
virtual void | close () |
Release any resources allocated within the appender such as file handles, network connections, etc. More... | |
Protected Methods | |
virtual void | _append (const LoggingEvent &event) |
Log in Appender specific way. More... | |
Protected Attributes | |
const std::string | _fileName |
int | _fd |
|
|
|
|
|
|
|
Log in Appender specific way. Subclasses of Appender should implement this method to perform actual logging.
Reimplemented from log4cpp::AppenderSkeleton. |
|
Release any resources allocated within the appender such as file handles, network connections, etc.
Reimplemented from log4cpp::AppenderSkeleton. |
|
Reopens the output destination of this Appender, e.g. the logfile or TCP socket.
Reimplemented from log4cpp::AppenderSkeleton. |
|
|
|
|