Package net.i2p.jetty
Class I2PLogger
- java.lang.Object
-
- net.i2p.jetty.I2PLogger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String msg, long arg)voiddebug(String msg, Object... args)voiddebug(String msg, Object arg0, Object arg1)voiddebug(String msg, Throwable th)voiddebug(Throwable thrown)LoggergetLogger(String name)StringgetName()voidignore(Throwable ignored)voidinfo(String msg, Object... args)voidinfo(String msg, Object arg0, Object arg1)voidinfo(String msg, Throwable th)voidinfo(Throwable thrown)booleanisDebugEnabled()voidsetDebugEnabled(boolean enabled)StringtoString()voidwarn(String msg, Object... args)voidwarn(String msg, Object arg0, Object arg1)voidwarn(String msg, Throwable th)voidwarn(Throwable thrown)
-
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceLogger
-
setDebugEnabled
public void setDebugEnabled(boolean enabled)
- Specified by:
setDebugEnabledin interfaceLogger
-
ignore
public void ignore(Throwable ignored)
-
-