Uses of Class
org.apache.log4j.spi.ErrorItem
Packages that use ErrorItem
-
Uses of ErrorItem in org.apache.log4j
Fields in org.apache.log4j with type parameters of type ErrorItemMethods in org.apache.log4j that return types with arguments of type ErrorItemModifier and TypeMethodDescriptionLoggerRepositoryExImpl.getErrorList()Return the the list of previously encouterederror items.Methods in org.apache.log4j with parameters of type ErrorItemModifier and TypeMethodDescriptionvoidLoggerRepositoryExImpl.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 ErrorItemModifier and TypeMethodDescriptionLoggerRepositoryEx.getErrorList()Errors which cannot be logged, go to the error list.Methods in org.apache.log4j.spi with parameters of type ErrorItemModifier and TypeMethodDescriptionvoidLoggerRepositoryEx.addErrorItem(ErrorItem errorItem) Errors which cannot be logged, go to the error list.