Package org.eclipse.equinox.log
Interface ExtendedLogEntry
- All Superinterfaces:
- LogEntry
Extends the OSGi Log Services 
LogEntry object to provide additional context information.
 Otherwise similarly accessible by registering a LogListener object.- Since:
- 3.7
- See Also:
- Thread Safe:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the context associated with thisLogEntryobject.Returns the logger name associated with thisLogEntryobject.longReturns the log sequence number associated with thisLogEntryobject.longReturns the thread id of the logging thread associated with thisLogEntryobject.Returns the thread name of the logging thread associated with thisLogEntryobject.Methods inherited from interface org.osgi.service.log.LogEntrygetBundle, getException, getLevel, getLocation, getLogLevel, getMessage, getSequence, getServiceReference, getThreadInfo, getTime
- 
Method Details- 
getLoggerNameString getLoggerName()Returns the logger name associated with thisLogEntryobject.- Specified by:
- getLoggerNamein interface- LogEntry
- Returns:
- Stringcontaining the logger name associated with this- LogEntryobject;- nullif no logger name is associated with this- LogEntryobject.
 
- 
getContextObject getContext()Returns the context associated with thisLogEntryobject.- Returns:
- Objectcontaining the context associated with this- LogEntryobject;- nullif no context is associated with this- LogEntryobject.
 
- 
getThreadIdlong getThreadId()Returns the thread id of the logging thread associated with thisLogEntryobject.- Returns:
- longcontaining the thread id associated with this- LogEntryobject.
 
- 
getThreadNameString getThreadName()Returns the thread name of the logging thread associated with thisLogEntryobject.- Returns:
- Stringcontaining the message associated with this- LogEntryobject.
 
- 
getSequenceNumberlong getSequenceNumber()Returns the log sequence number associated with thisLogEntryobject.- Returns:
- longcontaining the sequence number associated with this- LogEntryobject.
 
 
-