com.atlassian.confluence.status
Class SystemErrorInformationLogger
java.lang.Object
com.atlassian.confluence.status.SystemErrorInformationLogger
public class SystemErrorInformationLogger
- extends Object
This class does little more than write the information which is contained on the 500 page to a log file.
Method Summary |
void |
writeToLog(boolean writeExtendedInfo)
This is essentially a straight translation of the JSP into Java code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemErrorInformationLogger
public SystemErrorInformationLogger(UUID uuid,
ServletContext servletContext,
HttpServletRequest request)
SystemErrorInformationLogger
public SystemErrorInformationLogger()
writeToLog
public void writeToLog(boolean writeExtendedInfo)
- This is essentially a straight translation of the JSP into Java code.