com.atlassian.confluence.status
Class SystemErrorInformationLogger

java.lang.Object
  extended by com.atlassian.confluence.status.SystemErrorInformationLogger

public class SystemErrorInformationLogger
extends java.lang.Object

This class does little more than write the information which is contained on the 500 page to a log file.


Constructor Summary
SystemErrorInformationLogger()
           
SystemErrorInformationLogger(java.util.UUID uuid, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request)
           
 
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
 

Constructor Detail

SystemErrorInformationLogger

public SystemErrorInformationLogger(java.util.UUID uuid,
                                    javax.servlet.ServletContext servletContext,
                                    javax.servlet.http.HttpServletRequest request)

SystemErrorInformationLogger

public SystemErrorInformationLogger()
Method Detail

writeToLog

public void writeToLog(boolean writeExtendedInfo)
This is essentially a straight translation of the JSP into Java code.



Copyright © 2003-2011 Atlassian. All Rights Reserved.