|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.equinox.log.internal.ExtendedLogEntryImpl
public class ExtendedLogEntryImpl
| Constructor Summary | |
|---|---|
ExtendedLogEntryImpl(Bundle bundle,
java.lang.String loggerName,
java.lang.Object contextObject,
int level,
java.lang.String message,
java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
Bundle |
getBundle()
Returns the bundle that created this LogEntry object. |
java.lang.Object |
getContext()
Returns the context associated with this LogEntry
object. |
java.lang.Throwable |
getException()
Returns the exception object associated with this LogEntry
object. |
int |
getLevel()
Returns the severity level of this LogEntry object. |
java.lang.String |
getLoggerName()
Returns the logger name associated with this LogEntry
object. |
java.lang.String |
getMessage()
Returns the human readable message associated with this LogEntry
object. |
long |
getSequenceNumber()
Returns the log sequence number associated with this LogEntry
object. |
ServiceReference |
getServiceReference()
Returns the ServiceReference object for the service associated
with this LogEntry object. |
long |
getThreadId()
Returns the thread id of the logging thread associated with this LogEntry
object. |
java.lang.String |
getThreadName()
Returns the thread name of the logging thread associated with this LogEntry
object. |
long |
getTime()
Returns the value of currentTimeMillis() at the time this
LogEntry object was created. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedLogEntryImpl(Bundle bundle,
java.lang.String loggerName,
java.lang.Object contextObject,
int level,
java.lang.String message,
java.lang.Throwable throwable)
| Method Detail |
|---|
public java.lang.String getLoggerName()
ExtendedLogEntryLogEntry
object.
getLoggerName in interface ExtendedLogEntryString containing the logger name associated with this
LogEntry object;null if no logger name is
associated with this LogEntry object.public long getSequenceNumber()
ExtendedLogEntryLogEntry
object.
getSequenceNumber in interface ExtendedLogEntrylong containing the sequence number associated with this
LogEntry object.public long getThreadId()
ExtendedLogEntryLogEntry
object.
getThreadId in interface ExtendedLogEntrylong containing the thread id associated with this
LogEntry object.public java.lang.String getThreadName()
ExtendedLogEntryLogEntry
object.
getThreadName in interface ExtendedLogEntryString containing the message associated with this
LogEntry object.public Bundle getBundle()
LogEntryLogEntry object.
getBundle in interface LogEntryLogEntry object;
null if no bundle is associated with this
LogEntry object.public java.lang.Throwable getException()
LogEntryLogEntry
object.
In some implementations, the returned exception may not be the original exception. To avoid references to a bundle defined exception class, thus preventing an uninstalled bundle from being garbage collected, the Log Service may return an exception object of an implementation defined Throwable subclass. The returned object will attempt to provide as much information as possible from the original exception object such as the message and stack trace.
getException in interface LogEntryThrowable object of the exception associated with this
LogEntry;null if no exception is
associated with this LogEntry object.public int getLevel()
LogEntryLogEntry object.
This is one of the severity levels defined by the LogService
interface.
getLevel in interface LogEntryLogEntry object.LogService.LOG_ERROR,
LogService.LOG_WARNING,
LogService.LOG_INFO,
LogService.LOG_DEBUGpublic java.lang.String getMessage()
LogEntryLogEntry
object.
getMessage in interface LogEntryString containing the message associated with this
LogEntry object.public ServiceReference getServiceReference()
LogEntryServiceReference object for the service associated
with this LogEntry object.
getServiceReference in interface LogEntryServiceReference object for the service associated
with this LogEntry object; null if no
ServiceReference object was provided.public long getTime()
LogEntrycurrentTimeMillis() at the time this
LogEntry object was created.
getTime in interface LogEntryLogEntry
object was created.public java.lang.Object getContext()
ExtendedLogEntryLogEntry
object.
getContext in interface ExtendedLogEntryObject containing the context associated with this
LogEntry object;null if no context is
associated with this LogEntry object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||