Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
#include <LogRecord.h>
Inheritance diagram for acdk::util::logging::LogRecord:
List of all members.
Detailed Description
represend one logging entry/message.
Normally doesn't use this class in normal code, but the ACDK_NLOG() macros. - Author:
- Roger Rene Kommer
|
Public Member Functions |
| LogRecord (int l, IN(RString) cat, IN(RString) msg) |
| LogRecord (int l, IN(RString) cat, IN(RString) msg, const char *file, int lin) |
| LogRecord (int l, IN(RString) cat, IN(RString) msg, IN(RNamedParameterArray) args, const char *file, int lin) |
Public Attributes |
int | level |
RString | catName |
jlong | timeStamp |
int | processId |
int | threadId |
RString | message |
RObjectArray | parameters |
RNamedParameterArray | namedParameters |
RThrowable | ex |
RString | file |
int | line |
Constructor & Destructor Documentation
acdk::util::logging::LogRecord::LogRecord |
( |
int |
l, |
|
|
IN(RString) |
cat, |
|
|
IN(RString) |
msg |
|
) |
[inline] |
|
acdk::util::logging::LogRecord::LogRecord |
( |
int |
l, |
|
|
IN(RString) |
cat, |
|
|
IN(RString) |
msg, |
|
|
const char * |
file, |
|
|
int |
lin |
|
) |
[inline] |
|
Member Data Documentation
|