Uses of Class
org.apache.logging.log4j.core.internal.annotation.SuppressFBWarnings
-
-
Uses of SuppressFBWarnings in org.apache.logging.log4j.core
Constructors in org.apache.logging.log4j.core with annotations of type SuppressFBWarnings Constructor Description LoggerContext(java.lang.String name, java.lang.Object externalContext, java.lang.String configLocn)Constructor taking a name external context and a configuration location String. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender with annotations of type SuppressFBWarnings Modifier and Type Method Description protected java.io.OutputStreamFileManager. createOutputStream()voidHttpURLConnectionManager. send(Layout<?> layout, LogEvent event)Constructors in org.apache.logging.log4j.core.appender with annotations of type SuppressFBWarnings Constructor Description FileManager(LoggerContext loggerContext, java.lang.String fileName, java.io.OutputStream os, boolean append, boolean locking, boolean createOnDemand, java.lang.String advertiseURI, Layout<? extends java.io.Serializable> layout, java.lang.String filePermissions, java.lang.String fileOwner, java.lang.String fileGroup, boolean writeHeader, java.nio.ByteBuffer buffer) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.appender.db.jdbc
Methods in org.apache.logging.log4j.core.appender.db.jdbc with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidJdbcDatabaseManager. connectAndPrepare()private voidJdbcDatabaseManager. initColumnMetaData() -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling with annotations of type SuppressFBWarnings Modifier and Type Method Description protected voidRollingRandomAccessFileManager. createFileAfterRollover()private voidRollingRandomAccessFileManager. createFileAfterRollover(java.lang.String fileName)protected java.util.SortedMap<java.lang.Integer,java.nio.file.Path>AbstractRolloverStrategy. getEligibleFiles(java.lang.String currentFile, java.lang.String path, java.lang.String logfilePattern, boolean isAscending)voidRollingFileManager. initialize()voidTimeBasedTriggeringPolicy. initialize(RollingFileManager aManager)Initializes the policy.booleanTimeBasedTriggeringPolicy. isTriggeringEvent(LogEvent event)Determines whether a rollover should occur.private intDefaultRolloverStrategy. purgeAscending(int lowIndex, int highIndex, RollingFileManager manager)Purges and renames old log files in preparation for rollover.private intDefaultRolloverStrategy. purgeDescending(int lowIndex, int highIndex, RollingFileManager manager)Purges and renames old log files in preparation for rollover.RolloverDescriptionDefaultRolloverStrategy. rollover(RollingFileManager manager)Performs the rollover.RolloverDescriptionDirectWriteRolloverStrategy. rollover(RollingFileManager manager)Performs the rollover.(package private) java.io.FileFileExtension. source(java.lang.String fileName)(package private) java.io.FileFileExtension. target(java.lang.String fileName) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action with annotations of type SuppressFBWarnings Modifier and Type Method Description PosixViewAttributeActionPosixViewAttributeAction.Builder. build()static booleanFileRenameAction. execute(java.io.File source, java.io.File destination, boolean renameEmptyFiles)Rename file.java.nio.file.PathAbstractPathAction. getBasePath()Returns the base path from where to start scanning for files to delete. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with annotations of type SuppressFBWarnings Modifier and Type Method Description static LoggerConfigAsyncLoggerConfig. createLogger(boolean additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Deprecated.protected static booleanAsyncLoggerConfig. includeLocation(java.lang.String includeLocationConfigValue)Deprecated.since 2.25.0. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with annotations of type SuppressFBWarnings Modifier and Type Method Description private static ConfigurationSourceConfigurationSource. getConfigurationSource(java.net.URL url) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl with annotations of type SuppressFBWarnings Modifier and Type Method Description static voidDefaultConfigurationBuilder. formatXml(javax.xml.transform.Source source, javax.xml.transform.Result result) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.config.plugins.convert
Methods in org.apache.logging.log4j.core.config.plugins.convert with annotations of type SuppressFBWarnings Modifier and Type Method Description java.io.FileTypeConverters.FileConverter. convert(java.lang.String s)java.nio.file.PathTypeConverters.PathConverter. convert(java.lang.String s) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.config.plugins.util
Methods in org.apache.logging.log4j.core.config.plugins.util with annotations of type SuppressFBWarnings Modifier and Type Method Description (package private) java.lang.StringResolverUtil. extractPath(java.net.URL url)voidResolverUtil. findInPackage(ResolverUtil.Test test, java.lang.String packageName)Scans for classes starting at the package provided and descending into subpackages. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.config.xml
Constructors in org.apache.logging.log4j.core.config.xml with annotations of type SuppressFBWarnings Constructor Description XmlConfiguration(LoggerContext loggerContext, ConfigurationSource configSource) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.jmx
Methods in org.apache.logging.log4j.core.jmx with annotations of type SuppressFBWarnings Modifier and Type Method Description java.lang.StringLoggerContextAdmin. getConfigLocationUri()java.lang.StringLoggerContextAdmin. getConfigText(java.lang.String charsetName)voidLoggerContextAdmin. setConfigLocationUri(java.lang.String configLocation) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout with annotations of type SuppressFBWarnings Modifier and Type Method Description private voidHtmlLayout. appendThrowableAsHtml(java.lang.Throwable throwable, java.lang.StringBuilder sbuf)(package private) static java.lang.CharSequenceGelfLayout. formatThrowable(java.lang.Throwable throwable)Non-private to make it accessible from unit test. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.lookup
Methods in org.apache.logging.log4j.core.lookup with annotations of type SuppressFBWarnings Modifier and Type Method Description static voidMainMapLookup. setMainArguments(java.lang.String... args)An application'spublic static main(String[])method calls this method to make its main arguments available for lookup with the prefixmain. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net with annotations of type SuppressFBWarnings Modifier and Type Method Description static java.net.URLConnectionUrlConnectionFactory. createConnection(java.net.URL url)static <T extends java.net.URLConnection>
TUrlConnectionFactory. createConnection(java.net.URL url, long lastModifiedMillis, SslConfiguration sslConfiguration, AuthorizationProvider authorizationProvider)protected static java.net.SocketTcpSocketManager. createSocket(java.net.InetSocketAddress socketAddress, SocketOptions socketOptions, int connectTimeoutMillis)<T> TJndiManager. lookup(java.lang.String name)Looks up a named object through this JNDI context. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.net.ssl
Methods in org.apache.logging.log4j.core.net.ssl with annotations of type SuppressFBWarnings Modifier and Type Method Description booleanLaxHostnameVerifier. verify(java.lang.String s, javax.net.ssl.SSLSession sslSession)Constructors in org.apache.logging.log4j.core.net.ssl with annotations of type SuppressFBWarnings Constructor Description FilePasswordProvider(java.lang.String passwordFile)Constructs a new FilePasswordProvider with the specified path. -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.script
Methods in org.apache.logging.log4j.core.script with annotations of type SuppressFBWarnings Modifier and Type Method Description static ScriptFileScriptFile. createScript(java.lang.String name, java.lang.String language, java.lang.String filePathOrUri, java.lang.Boolean isWatched, java.nio.charset.Charset charset) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.tools
Methods in org.apache.logging.log4j.core.tools with annotations of type SuppressFBWarnings Modifier and Type Method Description (package private) static java.lang.StringGenerate. generateSource(java.lang.String classNameFQN, java.util.List<Generate.LevelInfo> levels, Generate.Type type) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli with annotations of type SuppressFBWarnings Modifier and Type Class Description (package private) static classCommandLine.BuiltIn.FileConverter(package private) static classCommandLine.BuiltIn.PathConverter -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with annotations of type SuppressFBWarnings Modifier and Type Method Description static java.io.FileFileUtils. fileFromUri(java.net.URI uri)Tries to convert the specified URI to a file object.java.nio.file.PathSource. getPath()Gets this source as a Path.static java.lang.StringNameUtil. md5(java.lang.String input)Deprecated.private static @Nullable java.io.FileSource. toFile(java.net.URI uri)static java.util.List<java.lang.String>Throwables. toStringList(java.lang.Throwable throwable)Converts a Throwable stack trace into a List of Strings.static java.net.URINetUtils. toURI(java.lang.String path)Converts a URI string or file path to a URI object.
-