public class LogEntryImpl extends Object implements org.osgi.service.log.LogEntry
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle() |
Throwable |
getException() |
int |
getLevel() |
String |
getMessage() |
org.osgi.framework.ServiceReference |
getServiceReference() |
long |
getTime() |
public org.osgi.framework.Bundle getBundle()
getBundle in interface org.osgi.service.log.LogEntrypublic org.osgi.framework.ServiceReference getServiceReference()
getServiceReference in interface org.osgi.service.log.LogEntrypublic int getLevel()
getLevel in interface org.osgi.service.log.LogEntrypublic String getMessage()
getMessage in interface org.osgi.service.log.LogEntrypublic Throwable getException()
getException in interface org.osgi.service.log.LogEntrypublic long getTime()
getTime in interface org.osgi.service.log.LogEntryCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.