public class LogEntryImpl extends Object implements org.osgi.service.log.LogEntry
| Constructor and Description |
|---|
LogEntryImpl(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceReference service,
int level,
String message,
Throwable exception) |
| 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 © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.