Uses of Class
org.apache.log4j.internal.annotation.SuppressFBWarnings
-
Packages that use SuppressFBWarnings Package Description org.apache.log4j org.apache.log4j.helpers org.apache.log4j.layout org.apache.log4j.xml -
-
Uses of SuppressFBWarnings in org.apache.log4j
Methods in org.apache.log4j with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidPropertyConfigurator. doConfigure(java.lang.String fileName, LoggerRepository loggerRepository, java.lang.ClassLoader classLoader)Reads configuration options from configuration file.static LoggerContextHierarchy.PrivateLogManager. getContext()static LoggerHierarchy.PrivateLogManager. getLogger(java.lang.String name)static java.lang.String[]DefaultThrowableRenderer. render(java.lang.Throwable throwable)Render throwable using Throwable.printStackTrace.voidRollingFileAppender. rollOver()Implements the usual roll over behaviour.voidFileAppender. setFile(java.lang.String fileName, boolean append, boolean bufferedIO, int bufferSize)Sets and opens the file where the log output will go.voidRollingFileAppender. setFile(java.lang.String fileName, boolean append, boolean bufferedIO, int bufferSize) -
Uses of SuppressFBWarnings in org.apache.log4j.helpers
Methods in org.apache.log4j.helpers with annotations of type SuppressFBWarnings Modifier and Type Method Description static LevelUtilLoggingLevel. toLevel(int val)Gets level matching numeric value.static LevelUtilLoggingLevel. toLevel(java.lang.String s)Get level with specified symbolic name.static LevelUtilLoggingLevel. toLevel(java.lang.String sArg, Level defaultLevel)Get level with specified symbolic name.Constructors in org.apache.log4j.helpers with annotations of type SuppressFBWarnings Constructor Description FileWatchdog(java.lang.String fileName) -
Uses of SuppressFBWarnings in org.apache.log4j.layout
Methods in org.apache.log4j.layout with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidLog4j1XmlLayout. formatTo(LogEvent event, java.lang.StringBuilder buf) -
Uses of SuppressFBWarnings in org.apache.log4j.xml
Methods in org.apache.log4j.xml with annotations of type SuppressFBWarnings Modifier and Type Method Description static voidDOMConfigurator. configure(java.lang.String fileName)
-