org.apache.felix.webconsole.internal
Class Logger

java.lang.Object
  extended by org.apache.felix.webconsole.internal.Logger

public class Logger
extends Object


Constructor Summary
Logger(BundleContext bundleContext)
           
 
Method Summary
 void dispose()
           
 void log(int logLevel, String message)
           
 void log(int logLevel, String message, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger(BundleContext bundleContext)
Method Detail

dispose

public void dispose()

log

public void log(int logLevel,
                String message)

log

public void log(int logLevel,
                String message,
                Throwable t)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.