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
 java.lang.String toString(boolean writeExtendedInfo)
          Retrieve the system information as an ASCII formatted string.
 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.


toString

public java.lang.String toString(boolean writeExtendedInfo)
Retrieve the system information as an ASCII formatted string.

Parameters:
writeExtendedInfo - amend with information about cluster and enabled plugins
Returns:
an ASCII formatted string


Copyright © 2003-2014 Atlassian. All Rights Reserved.