|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::logging::LogConsumer Class Reference#include <LogConsumer.h>
Inheritance diagram for acdk::util::logging::LogConsumer:
List of all members.
Detailed Description
same role as java.util.logging.Handler or org.apache.log4j.Appender
Member Function Documentation
virtual void acdk::util::logging::LogConsumer::configure |
( |
IN(RString) |
propnameprefix, |
|
|
IN(RProperties) |
props |
|
) |
[pure virtual] |
|
virtual RFormatter acdk::util::logging::LogConsumer::getFormatter |
( |
|
) |
[pure virtual] |
|
virtual int acdk::util::logging::LogConsumer::getMaxLevel |
( |
|
) |
[pure virtual] |
|
virtual int acdk::util::logging::LogConsumer::getMinLevel |
( |
|
) |
[pure virtual] |
|
virtual void acdk::util::logging::LogConsumer::publish |
( |
IN(RLogRecord) |
rec |
) |
[pure virtual] |
|
virtual void acdk::util::logging::LogConsumer::setFormatter |
( |
INP(RFormatter) |
formatter |
) |
[pure virtual] |
|
virtual void acdk::util::logging::LogConsumer::setMaxLevel |
( |
int |
mn |
) |
[pure virtual] |
|
virtual void acdk::util::logging::LogConsumer::setMinLevel |
( |
int |
mn |
) |
[pure virtual] |
|
|
|