LSSTApplications  11.0-13-gbb96280,12.1.rc1,12.1.rc1+1,12.1.rc1+2,12.1.rc1+5,12.1.rc1+8,12.1.rc1-1-g06d7636+1,12.1.rc1-1-g253890b+5,12.1.rc1-1-g3d31b68+7,12.1.rc1-1-g3db6b75+1,12.1.rc1-1-g5c1385a+3,12.1.rc1-1-g83b2247,12.1.rc1-1-g90cb4cf+6,12.1.rc1-1-g91da24b+3,12.1.rc1-2-g3521f8a,12.1.rc1-2-g39433dd+4,12.1.rc1-2-g486411b+2,12.1.rc1-2-g4c2be76,12.1.rc1-2-gc9c0491,12.1.rc1-2-gda2cd4f+6,12.1.rc1-3-g3391c73+2,12.1.rc1-3-g8c1bd6c+1,12.1.rc1-3-gcf4b6cb+2,12.1.rc1-4-g057223e+1,12.1.rc1-4-g19ed13b+2,12.1.rc1-4-g30492a7
LSSTDataManagementBasePackage
Classes | Namespaces | Macros | Functions
EventAppender.h File Reference

defines the EventAppender class More...

#include <log4cxx/appenderskeleton.h>
#include <log4cxx/spi/loggingevent.h>
#include <log4cxx/helpers/object.h>
#include <log4cxx/helpers/pool.h>
#include <log4cxx/level.h>
#include <limits.h>
#include "lsst/ctrl/events/EventTransmitter.h"
#include "lsst/ctrl/events/EventBroker.h"

Go to the source code of this file.

Classes

class  lsst::ctrl::events::EventAppender
 log4cxx appender class which sends logging messages out on the event stream More...
 

Namespaces

 lsst
 Remove all non-astronomical counts from the Chunk Exposure's pixels.
 
 lsst::ctrl
 
 lsst::ctrl::events
 

Macros

#define LSST_IMPLEMENT_LOG4CXX_OBJECT(object)
 

Functions

 lsst::ctrl::events::LOG4CXX_PTR_DEF (EventAppender)
 

Detailed Description

defines the EventAppender class

Definition in file EventAppender.h.

Macro Definition Documentation

#define LSST_IMPLEMENT_LOG4CXX_OBJECT (   object)
Value:
const Class& object::getClass() const { return getStaticClass(); }\
const Class& object::getStaticClass() { \
static Clazz##object theClass; \
return theClass; \
} \
const ClassRegistration& object::registerClass() { \
static ClassRegistration classReg(object::getStaticClass); \
return classReg; \
}\
namespace log4cxx { namespace classes { \
const ClassRegistration& object##Registration = object::registerClass(); \
} }

Definition at line 52 of file EventAppender.h.