com.sun.grizzly.osgi.httpservice.util
Class Logger

java.lang.Object
  extended by com.sun.grizzly.osgi.httpservice.util.Logger

public class Logger
extends Object

Logger Utility.

Since:
Jan 20, 2009
Author:
Hubert Iwaniuk

Constructor Summary
Logger(org.osgi.util.tracker.ServiceTracker logTracker)
           
 
Method Summary
 void debug(String msg)
           
 void error(String msg, Throwable e)
           
 void info(String msg)
           
 void warn(String msg)
           
 void warn(String msg, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger(org.osgi.util.tracker.ServiceTracker logTracker)
Method Detail

info

public void info(String msg)

debug

public void debug(String msg)

warn

public void warn(String msg)

warn

public void warn(String msg,
                 Throwable e)

error

public void error(String msg,
                  Throwable e)


Copyright © 2012 Oracle Corporation. All Rights Reserved.