Uses of Class
org.apache.log4j.spi.ErrorItem
-
Packages that use ErrorItem Package Description org.apache.log4j org.apache.log4j.spi -
-
Uses of ErrorItem in org.apache.log4j
Fields in org.apache.log4j with type parameters of type ErrorItem Modifier and Type Field Description private java.util.List<ErrorItem>
LoggerRepositoryExImpl. errorList
Error list.Methods in org.apache.log4j that return types with arguments of type ErrorItem Modifier and Type Method Description java.util.List<ErrorItem>
LoggerRepositoryExImpl. getErrorList()
Return the the list of previously encouterederror items
.Methods in org.apache.log4j with parameters of type ErrorItem Modifier and Type Method Description void
LoggerRepositoryExImpl. addErrorItem(ErrorItem errorItem)
Add an error item to the list of previously encountered errors. -
Uses of ErrorItem in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return types with arguments of type ErrorItem Modifier and Type Method Description java.util.List<ErrorItem>
LoggerRepositoryEx. getErrorList()
Errors which cannot be logged, go to the error list.Methods in org.apache.log4j.spi with parameters of type ErrorItem Modifier and Type Method Description void
LoggerRepositoryEx. addErrorItem(ErrorItem errorItem)
Errors which cannot be logged, go to the error list.
-