public class JettyLoggerAdapter extends Object implements Logger
| Constructor and Description |
|---|
JettyLoggerAdapter(org.neo4j.kernel.logging.Logging logging) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s,
long l) |
void |
debug(String arg0,
Object... args) |
void |
debug(String arg0,
Throwable arg1) |
void |
debug(Throwable arg1) |
Logger |
getLogger(String arg0) |
String |
getName() |
void |
ignore(Throwable arg1) |
void |
info(String arg0,
Object... args) |
void |
info(String arg0,
Throwable arg1) |
void |
info(Throwable arg1) |
boolean |
isDebugEnabled() |
void |
setDebugEnabled(boolean arg0) |
void |
warn(String arg0,
Object... args) |
void |
warn(String arg0,
Throwable arg1) |
void |
warn(Throwable arg1) |
public JettyLoggerAdapter(org.neo4j.kernel.logging.Logging logging)
public boolean isDebugEnabled()
isDebugEnabled in interface Loggerpublic void setDebugEnabled(boolean arg0)
setDebugEnabled in interface LoggerCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.