public class

SystemErrorInformationLogger

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.status.SystemErrorInformationLogger

Class Overview

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

Summary

Public Constructors
SystemErrorInformationLogger(UUID uuid, ServletContext servletContext, HttpServletRequest request)
SystemErrorInformationLogger()
Public Methods
void writeToLog(boolean writeExtendedInfo)
This is essentially a straight translation of the JSP into Java code.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SystemErrorInformationLogger (UUID uuid, ServletContext servletContext, HttpServletRequest request)

public SystemErrorInformationLogger ()

Public Methods

public void writeToLog (boolean writeExtendedInfo)

This is essentially a straight translation of the JSP into Java code.