org.apache.sling.commons.log.internal
Class LogEntryImpl

java.lang.Object
  extended by 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


Method Summary
 org.osgi.framework.Bundle getBundle()
           
 Throwable getException()
           
 int getLevel()
           
 String getMessage()
           
 org.osgi.framework.ServiceReference getServiceReference()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.