Uses of Class
org.apache.logging.log4j.LoggingException
-
Packages that use LoggingException Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.db The classes in this package and sub packages provide appenders for various types of databases and methods for accessing databases. -
-
Uses of LoggingException in org.apache.logging.log4j.core.appender
Subclasses of LoggingException in org.apache.logging.log4j.core.appender Modifier and Type Class Description class
AppenderLoggingException
Thrown from an appender when a log event could not be written. -
Uses of LoggingException in org.apache.logging.log4j.core.appender.db
Subclasses of LoggingException in org.apache.logging.log4j.core.appender.db Modifier and Type Class Description class
DbAppenderLoggingException
Wraps a database exception like a JDBC SQLException.
-