com.atlassian.plugin.osgi.container.felix
Class FelixLoggerBridge

java.lang.Object
  extended by org.apache.felix.framework.Logger
      extended by com.atlassian.plugin.osgi.container.felix.FelixLoggerBridge
All Implemented Interfaces:
java.util.EventListener, org.osgi.framework.ServiceListener

public class FelixLoggerBridge
extends org.apache.felix.framework.Logger

Bridges Felix logging messages with the Commons Logging


Field Summary
 
Fields inherited from class org.apache.felix.framework.Logger
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_WARNING
 
Constructor Summary
FelixLoggerBridge(org.apache.commons.logging.Log log)
           
 
Method Summary
protected  void doLog(org.osgi.framework.ServiceReference serviceReference, int level, java.lang.String message, java.lang.Throwable throwable)
           
 
Methods inherited from class org.apache.felix.framework.Logger
getLogLevel, log, log, log, log, serviceChanged, setLogLevel, setSystemBundleContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelixLoggerBridge

public FelixLoggerBridge(org.apache.commons.logging.Log log)
Method Detail

doLog

protected void doLog(org.osgi.framework.ServiceReference serviceReference,
                     int level,
                     java.lang.String message,
                     java.lang.Throwable throwable)
Overrides:
doLog in class org.apache.felix.framework.Logger


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.