public static class ConsoleLogger.LogEntryImpl extends Object implements org.osgi.service.log.LogEntry
| Modifier and Type | Field and Description |
|---|---|
org.osgi.framework.Bundle |
bundle |
Throwable |
exception |
int |
level |
String |
message |
org.osgi.framework.ServiceReference<?> |
reference |
long |
time |
| Constructor and Description |
|---|
LogEntryImpl(org.osgi.framework.Bundle b,
org.osgi.framework.ServiceReference<?> reference,
Throwable e,
int level,
String message) |
| 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 final org.osgi.framework.Bundle bundle
public final org.osgi.framework.ServiceReference<?> reference
public final Throwable exception
public final String message
public final int level
public final long time
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 © 2021. All rights reserved.