#include <File_Logger_Backend.h>
Public Member Functions | |
File_Logger_Backend (const ACE_TCHAR *fname) | |
virtual | ~File_Logger_Backend (void) |
virtual int | open (const ACE_TCHAR *logger_key) |
virtual int | reset (void) |
virtual int | close (void) |
virtual ssize_t | log (ACE_Log_Record &log_record) |
Private Attributes | |
FILE * | fh_ |
ACE_TString | filename_ |
CIAO::File_Logger_Backend::File_Logger_Backend | ( | const ACE_TCHAR * | fname | ) | [inline] |
virtual CIAO::File_Logger_Backend::~File_Logger_Backend | ( | void | ) | [inline, virtual] |
int CIAO::File_Logger_Backend::close | ( | void | ) | [virtual] |
Implements ACE_Log_Msg_Backend.
ssize_t CIAO::File_Logger_Backend::log | ( | ACE_Log_Record & | log_record | ) | [virtual] |
Implements ACE_Log_Msg_Backend.
int CIAO::File_Logger_Backend::open | ( | const ACE_TCHAR * | logger_key | ) | [virtual] |
Implements ACE_Log_Msg_Backend.
virtual int CIAO::File_Logger_Backend::reset | ( | void | ) | [inline, virtual] |
Implements ACE_Log_Msg_Backend.
FILE* CIAO::File_Logger_Backend::fh_ [private] |