Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
log4cpp
IdsaAppender.hh
Go to the documentation of this file.
1
/*
2
* IdsaAppender.hh
3
*
4
* Copyright 2000, Marc Welz
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
9
#ifndef _LOG4CPP_IDSAAPPENDER_HH
10
#define _LOG4CPP_IDSAAPPENDER_HH
11
12
#include <
log4cpp/Portability.hh
>
13
#include <string>
14
#include <stdarg.h>
15
#include <idsa.h>
16
#include <
log4cpp/AppenderSkeleton.hh
>
17
18
namespace
log4cpp
{
19
25
class
IdsaAppender
:
public
AppenderSkeleton
{
26
public
:
27
34
IdsaAppender
(
const
std::string& name,
const
std::string& idsaName);
35
virtual
~IdsaAppender
();
36
40
virtual
bool
reopen
();
41
45
virtual
void
close
();
46
51
virtual
bool
requiresLayout
()
const
;
52
53
virtual
void
setLayout
(
Layout
* layout);
54
55
protected
:
56
60
virtual
void
open
();
61
66
virtual
void
_append
(
const
LoggingEvent
& event);
67
68
const
std::string
_idsaName
;
69
70
IDSA_CONNECTION *
_idsaConnection
;
71
72
};
73
}
74
75
#endif // _LOG4CPP_IDSAAPPENDER_HH
76
log4cpp::IdsaAppender
Definition:
IdsaAppender.hh:25
log4cpp::IdsaAppender::reopen
virtual bool reopen()
log4cpp::IdsaAppender::~IdsaAppender
virtual ~IdsaAppender()
AppenderSkeleton.hh
log4cpp::IdsaAppender::_idsaName
const std::string _idsaName
Definition:
IdsaAppender.hh:68
log4cpp::AppenderSkeleton
Definition:
AppenderSkeleton.hh:24
log4cpp::Layout
Definition:
Layout.hh:22
Portability.hh
log4cpp::IdsaAppender::setLayout
virtual void setLayout(Layout *layout)
log4cpp
Definition:
AbortAppender.hh:16
log4cpp::LoggingEvent
Definition:
LoggingEvent.hh:32
log4cpp::IdsaAppender::open
virtual void open()
log4cpp::IdsaAppender::requiresLayout
virtual bool requiresLayout() const
log4cpp::IdsaAppender::_append
virtual void _append(const LoggingEvent &event)
log4cpp::IdsaAppender::close
virtual void close()
log4cpp::IdsaAppender::_idsaConnection
IDSA_CONNECTION * _idsaConnection
Definition:
IdsaAppender.hh:70
log4cpp::IdsaAppender::IdsaAppender
IdsaAppender(const std::string &name, const std::string &idsaName)
log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00