|
|
|
|
|
class AbstractLogConsumer
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::logging::AbstractLogConsumer Class Reference#include <AbstractLogConsumer.h>
Inheritance diagram for acdk::util::logging::AbstractLogConsumer:
List of all members.
Detailed Description
Abstract/incomplete implementation of the LogConsumer interface.
Constructor & Destructor Documentation
acdk::util::logging::AbstractLogConsumer::AbstractLogConsumer |
( |
IN(RFormatter) |
formatter = Nil, |
|
|
int |
minll = AllSys, |
|
|
int |
maxll = None |
|
) |
[inline] |
|
Member Function Documentation
virtual void acdk::util::logging::AbstractLogConsumer::configure |
( |
IN(RString) |
propnameprefix, |
|
|
IN(RProperties) |
props |
|
) |
[virtual] |
|
RFormatter acdk::util::logging::AbstractLogConsumer::getFormatter |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::logging::AbstractLogConsumer::getMaxLevel |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::logging::AbstractLogConsumer::getMinLevel |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::logging::AbstractLogConsumer::publish |
( |
IN(RLogRecord) |
rec |
) |
[pure virtual] |
|
void acdk::util::logging::AbstractLogConsumer::setFormatter |
( |
INP(RFormatter) |
formatter |
) |
[inline, virtual] |
|
virtual void acdk::util::logging::AbstractLogConsumer::setMaxLevel |
( |
int |
mn |
) |
[inline, virtual] |
|
virtual void acdk::util::logging::AbstractLogConsumer::setMinLevel |
( |
int |
mn |
) |
[inline, virtual] |
|
bool acdk::util::logging::AbstractLogConsumer::wantPublish |
( |
IN(RLogRecord) |
rec |
) |
[inline] |
|
Member Data Documentation
|
|