org.apache.sling.commons.log.internal
Class LogEntryImpl
java.lang.Object
org.apache.sling.commons.log.internal.LogEntryImpl
- All Implemented Interfaces:
- org.osgi.service.log.LogEntry
public class LogEntryImpl
- extends Object
- implements org.osgi.service.log.LogEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle
in interface org.osgi.service.log.LogEntry
getServiceReference
public org.osgi.framework.ServiceReference getServiceReference()
- Specified by:
getServiceReference
in interface org.osgi.service.log.LogEntry
getLevel
public int getLevel()
- Specified by:
getLevel
in interface org.osgi.service.log.LogEntry
getMessage
public String getMessage()
- Specified by:
getMessage
in interface org.osgi.service.log.LogEntry
getException
public Throwable getException()
- Specified by:
getException
in interface org.osgi.service.log.LogEntry
getTime
public long getTime()
- Specified by:
getTime
in interface org.osgi.service.log.LogEntry
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.