|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
#include <ConsoleConsumer.h>
Inheritance diagram for acdk::util::logging::ConsoleConsumer:
List of all members.
Detailed Description
Write the logs into the standard or error ouput console.
Constructor & Destructor Documentation
acdk::util::logging::ConsoleConsumer::ConsoleConsumer |
( |
IN(RFormatter) |
formatter = Nil, |
|
|
int |
minll = AllSys, |
|
|
int |
maxll = None, |
|
|
bool |
stdErr = false |
|
) |
[inline] |
|
|
- Parameters:
-
formatter | which format to log |
minll | minimum loglevel |
maxll | maximum loglevel |
stdErr | if true writes to System::err, else to System::out |
|
Member Function Documentation
virtual void acdk::util::logging::ConsoleConsumer::configure |
( |
IN(RString) |
propnameprefix, |
|
|
IN(RProperties) |
props |
|
) |
[inline, virtual] |
|
void acdk::util::logging::ConsoleConsumer::publish |
( |
IN(RLogRecord) |
rec |
) |
[inline, virtual] |
|
Member Data Documentation
|
|