public class JettyWebServerLogger extends Object implements org.mortbay.log.Logger
Modifier and Type | Field and Description |
---|---|
protected static org.gcube.common.core.utils.logging.GCUBELog |
logger
Class logger.
|
Constructor and Description |
---|
JettyWebServerLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String arg0,
Object arg1,
Object arg2) |
void |
debug(String arg0,
Throwable arg1) |
org.mortbay.log.Logger |
getLogger(String arg0) |
void |
info(String arg0,
Object arg1,
Object arg2) |
boolean |
isDebugEnabled() |
void |
setDebugEnabled(boolean arg0) |
void |
warn(String arg0,
Object arg1,
Object arg2) |
void |
warn(String arg0,
Throwable arg1) |
protected static final org.gcube.common.core.utils.logging.GCUBELog logger
public void debug(String arg0, Throwable arg1)
debug
in interface org.mortbay.log.Logger
public void debug(String arg0, Object arg1, Object arg2)
debug
in interface org.mortbay.log.Logger
public org.mortbay.log.Logger getLogger(String arg0)
getLogger
in interface org.mortbay.log.Logger
public void info(String arg0, Object arg1, Object arg2)
info
in interface org.mortbay.log.Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface org.mortbay.log.Logger
public void setDebugEnabled(boolean arg0)
setDebugEnabled
in interface org.mortbay.log.Logger
public void warn(String arg0, Throwable arg1)
warn
in interface org.mortbay.log.Logger
Copyright © 2015. All Rights Reserved.