org.neo4j.server.logging
Class JettyLoggerAdapter
java.lang.Object
org.neo4j.server.logging.JettyLoggerAdapter
- All Implemented Interfaces:
- org.mortbay.log.Logger
public class JettyLoggerAdapter
- extends Object
- implements org.mortbay.log.Logger
Simple wrapper over the neo4j native logger class for getting jetty to use
our logging framework. See the Jetty Debug
page for more info.
- Author:
- Chris Gioran
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyLoggerAdapter
public JettyLoggerAdapter()
debug
public void debug(String arg0,
Throwable arg1)
- Specified by:
debug
in interface org.mortbay.log.Logger
debug
public void debug(String arg0,
Object arg1,
Object arg2)
- Specified by:
debug
in interface org.mortbay.log.Logger
getLogger
public org.mortbay.log.Logger getLogger(String arg0)
- Specified by:
getLogger
in interface org.mortbay.log.Logger
info
public void info(String arg0,
Object arg1,
Object arg2)
- Specified by:
info
in interface org.mortbay.log.Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface org.mortbay.log.Logger
setDebugEnabled
public void setDebugEnabled(boolean arg0)
- Specified by:
setDebugEnabled
in interface org.mortbay.log.Logger
warn
public void warn(String arg0,
Throwable arg1)
- Specified by:
warn
in interface org.mortbay.log.Logger
warn
public void warn(String arg0,
Object arg1,
Object arg2)
- Specified by:
warn
in interface org.mortbay.log.Logger
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.