org.apache.axis2.extensions.osgi.util
Class Logger

java.lang.Object
  extended by org.osgi.util.tracker.ServiceTracker
      extended by org.apache.axis2.extensions.osgi.util.Logger
All Implemented Interfaces:
org.osgi.util.tracker.ServiceTrackerCustomizer

public class Logger
extends org.osgi.util.tracker.ServiceTracker


Field Summary
 
Fields inherited from class org.osgi.util.tracker.ServiceTracker
context, filter
 
Constructor Summary
Logger(org.osgi.framework.BundleContext context)
           
 
Method Summary
 org.osgi.service.log.LogService getLogService()
           
 void log(int i, String s)
           
 void log(int i, String s, Throwable throwable)
           
 
Methods inherited from class org.osgi.util.tracker.ServiceTracker
addingService, close, finalize, getService, getService, getServiceReference, getServiceReferences, getServices, getTrackingCount, modifiedService, open, open, remove, removedService, size, waitForService
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger(org.osgi.framework.BundleContext context)
Method Detail

getLogService

public org.osgi.service.log.LogService getLogService()

log

public void log(int i,
                String s)

log

public void log(int i,
                String s,
                Throwable throwable)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.