|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedLogEntry
Extends the OSGi Log Services LogEntry object to provide additional context information.
Otherwise similarly accessible by registering a LogListener object.
LogListener| Method Summary | |
|---|---|
Object |
getContext()
Returns the context associated with this LogEntry
object. |
String |
getLoggerName()
Returns the logger name associated with this LogEntry
object. |
long |
getSequenceNumber()
Returns the log sequence number associated with this LogEntry
object. |
long |
getThreadId()
Returns the thread id of the logging thread associated with this LogEntry
object. |
String |
getThreadName()
Returns the thread name of the logging thread associated with this LogEntry
object. |
| Methods inherited from interface org.osgi.service.log.LogEntry |
|---|
getBundle, getException, getLevel, getMessage, getServiceReference, getTime |
| Method Detail |
|---|
String getLoggerName()
LogEntry
object.
String containing the logger name associated with this
LogEntry object;null if no logger name is
associated with this LogEntry object.Object getContext()
LogEntry
object.
Object containing the context associated with this
LogEntry object;null if no context is
associated with this LogEntry object.long getThreadId()
LogEntry
object.
long containing the thread id associated with this
LogEntry object.String getThreadName()
LogEntry
object.
String containing the message associated with this
LogEntry object.long getSequenceNumber()
LogEntry
object.
long containing the sequence number associated with this
LogEntry object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||