public class LogEntryImpl extends Object implements org.osgi.service.log.LogEntry
| Constructor and Description |
|---|
LogEntryImpl(String name,
org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceReference service,
org.osgi.service.log.LogLevel level,
String message,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle() |
Throwable |
getException() |
int |
getLevel() |
StackTraceElement |
getLocation() |
String |
getLoggerName() |
org.osgi.service.log.LogLevel |
getLogLevel() |
String |
getMessage() |
long |
getSequence() |
org.osgi.framework.ServiceReference |
getServiceReference() |
String |
getThreadInfo() |
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.LogEntrypublic org.osgi.service.log.LogLevel getLogLevel()
getLogLevel in interface org.osgi.service.log.LogEntrypublic String getLoggerName()
getLoggerName in interface org.osgi.service.log.LogEntrypublic long getSequence()
getSequence in interface org.osgi.service.log.LogEntrypublic String getThreadInfo()
getThreadInfo in interface org.osgi.service.log.LogEntrypublic StackTraceElement getLocation()
getLocation in interface org.osgi.service.log.LogEntryCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.