org.apache.felix.http.jetty
Class LogServiceLog

java.lang.Object
  extended by org.apache.felix.http.jetty.LogServiceLog
All Implemented Interfaces:
org.mortbay.log.Logger

public class LogServiceLog
extends Object
implements org.mortbay.log.Logger


Constructor Summary
LogServiceLog()
           
LogServiceLog(String name)
           
 
Method Summary
 void debug(String msg, Object arg0, Object arg1)
           
 void debug(String msg, Throwable throwable)
           
 org.mortbay.log.Logger getLogger(String name)
           
 void info(String msg, Object arg0, Object arg1)
           
 boolean isDebugEnabled()
           
 void setDebugEnabled(boolean enabled)
           
 String toString()
           
 void warn(String msg, Object arg0, Object arg1)
           
 void warn(String msg, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogServiceLog

public LogServiceLog()

LogServiceLog

public LogServiceLog(String name)
Method Detail

getLogger

public org.mortbay.log.Logger getLogger(String name)
Specified by:
getLogger in interface org.mortbay.log.Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.mortbay.log.Logger

setDebugEnabled

public void setDebugEnabled(boolean enabled)
Specified by:
setDebugEnabled in interface org.mortbay.log.Logger

debug

public void debug(String msg,
                  Throwable throwable)
Specified by:
debug in interface org.mortbay.log.Logger

debug

public void debug(String msg,
                  Object arg0,
                  Object arg1)
Specified by:
debug in interface org.mortbay.log.Logger

info

public void info(String msg,
                 Object arg0,
                 Object arg1)
Specified by:
info in interface org.mortbay.log.Logger

warn

public void warn(String msg,
                 Throwable throwable)
Specified by:
warn in interface org.mortbay.log.Logger

warn

public void warn(String msg,
                 Object arg0,
                 Object arg1)
Specified by:
warn in interface org.mortbay.log.Logger

toString

public String toString()
Overrides:
toString in class Object


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