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.LogEntry
public org.osgi.framework.ServiceReference getServiceReference()
getServiceReference
in interface org.osgi.service.log.LogEntry
public int getLevel()
getLevel
in interface org.osgi.service.log.LogEntry
public String getMessage()
getMessage
in interface org.osgi.service.log.LogEntry
public Throwable getException()
getException
in interface org.osgi.service.log.LogEntry
public long getTime()
getTime
in interface org.osgi.service.log.LogEntry
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.