|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
#include <FileConsumer.h>
Inheritance diagram for acdk::util::logging::FileConsumer:
List of all members.
Detailed Description
Writes LogRecord into a file.
- See also:
- acdk::util::logging::RollingFileConsumer
- Author:
- Roger Rene Kommer
Constructor & Destructor Documentation
acdk::util::logging::FileConsumer::FileConsumer |
( |
INP(RFormatter) |
formatter = Nil, |
|
|
int |
minll = AllSys, |
|
|
int |
maxll = None, |
|
|
bool |
buffered = false |
|
) |
[inline] |
|
acdk::util::logging::FileConsumer::FileConsumer |
( |
INP(RString) |
fname, |
|
|
INP(RFormatter) |
formatter = Nil, |
|
|
int |
minll = All, |
|
|
int |
maxll = None, |
|
|
bool |
buffered = false |
|
) |
|
|
|
- Parameters:
-
fname | the base file name. $(PNAME) will be replaced by executalle name $(PID) will be replaced by process id |
|
Member Function Documentation
void acdk::util::logging::FileConsumer::_ensureWriter |
( |
|
) |
[inline] |
|
void acdk::util::logging::FileConsumer::_openWriter |
( |
|
) |
|
|
virtual void acdk::util::logging::FileConsumer::configure |
( |
IN(RString) |
propnameprefix, |
|
|
IN(RProperties) |
props |
|
) |
[virtual] |
|
int acdk::util::logging::FileConsumer::getFlushLevel |
( |
|
) |
const [inline] |
|
bool acdk::util::logging::FileConsumer::isBuffered |
( |
|
) |
const [inline] |
|
void acdk::util::logging::FileConsumer::publish |
( |
INP(RLogRecord) |
rec |
) |
[inline] |
|
void acdk::util::logging::FileConsumer::setBuffered |
( |
bool |
buffered |
) |
[inline] |
|
void acdk::util::logging::FileConsumer::setFlushLevel |
( |
int |
level |
) |
[inline] |
|
Member Data Documentation
|
|