public class DebugListening extends Object
Modifier and Type | Field and Description |
---|---|
protected static Logger |
logger
create a static logger.
|
static boolean |
SEND_ERROR_MAIL |
static StaticConfig |
staticConfig |
Constructor and Description |
---|
DebugListening() |
Modifier and Type | Method and Description |
---|---|
static DebugListening |
getInstance() |
void |
sendError(ContentContext ctx,
StaticConfig staticConfig,
Throwable t,
String info) |
void |
sendError(ContentContext ctx,
String info) |
void |
sendError(ContentContext ctx,
Throwable t) |
void |
sendError(ContentContext ctx,
Throwable t,
String info) |
void |
sendError(javax.servlet.ServletContext application,
String message) |
void |
sendError(String message) |
void |
setAppplication(javax.servlet.ServletContext appplication) |
protected static Logger logger
public static StaticConfig staticConfig
public static final boolean SEND_ERROR_MAIL
public static DebugListening getInstance()
public void sendError(ContentContext ctx, StaticConfig staticConfig, Throwable t, String info)
public void sendError(ContentContext ctx, String info)
public void sendError(ContentContext ctx, Throwable t)
public void sendError(ContentContext ctx, Throwable t, String info)
public void sendError(javax.servlet.ServletContext application, String message)
public void sendError(String message)
public void setAppplication(javax.servlet.ServletContext appplication)
Copyright © 2012-2018. All Rights Reserved.