Public Member Functions | |
LogEntry (Long milliseconds, Integer entrytype, String file, Integer line, String routine, String host, String process, String context, String thread, String logid, Integer priority, String uri, String stackid, Integer stacklevel, String logmessage, String srcObject, String audience, String array, String antenna, Vector< AdditionalData > addDatas) | |
LogEntry (LogEntryXML logXML) | |
String | toXMLString () |
boolean | hasDatas () |
Object | getField (Field field) |
void | addData (String name, String value) |
String | toString () |
Vector< AdditionalData > | getAdditionalData () |
LogTypeHelper | getType () |
Protected Member Functions | |
void | setField (Field field, Object value) |
Private Member Functions | |
StringBuilder | getXMLDatas () |
Private Attributes | |
Long | date |
LogTypeHelper | type |
String | file |
Integer | line |
String | routine |
String | host |
String | process |
String | context |
String | thread |
String | logId |
Integer | priority |
String | uri |
String | stackId |
Integer | stackLevel |
String | logMessage |
String | sourceObject |
String | audience |
String | array |
String | antenna |
Vector< LogEntry.AdditionalData > | additionalData = null |
|
Builds a LogEntry object from the value of its fields All the fields are defined in the ILogEntry interface.
|
|
Build a LogEntry from a LogEntryXML
|
|
Add data to this log It is a couple, <name,value>
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
|
|
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
Sets the specified field. This method is protected since the fields are not to be modified. The only time this is called is during initialization. Creation date: (11/21/2001 18:35:10)
|
|
Return a string representation of this entry Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
Implements com::cosylab::logging::engine::log::ILogEntry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|