Uses of Annotation Type
org.apache.logging.log4j.core.internal.annotation.SuppressFBWarnings
Packages that use SuppressFBWarnings
Package
Description
-
Uses of SuppressFBWarnings in org.apache.logging.log4j.core
Constructors in org.apache.logging.log4j.core with annotations of type SuppressFBWarningsModifierConstructorDescriptionLoggerContext(String name, Object externalContext, 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 SuppressFBWarningsConstructors in org.apache.logging.log4j.core.appender with annotations of type SuppressFBWarningsModifierConstructorDescriptionprotectedFileManager(LoggerContext loggerContext, String fileName, OutputStream os, boolean append, boolean locking, boolean createOnDemand, String advertiseURI, Layout<? extends Serializable> layout, String filePermissions, String fileOwner, String fileGroup, boolean writeHeader, ByteBuffer buffer) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionprotected voidRollingRandomAccessFileManager.createFileAfterRollover()AbstractRolloverStrategy.getEligibleFiles(String currentFile, String path, String logfilePattern, boolean isAscending) voidRollingFileManager.initialize()voidTimeBasedTriggeringPolicy.initialize(RollingFileManager aManager) Initializes the policy.booleanTimeBasedTriggeringPolicy.isTriggeringEvent(LogEvent event) Determines whether a rollover should occur.DefaultRolloverStrategy.rollover(RollingFileManager manager) Performs the rollover.DirectWriteRolloverStrategy.rollover(RollingFileManager manager) Performs the rollover. -
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 SuppressFBWarningsModifier and TypeMethodDescriptionPosixViewAttributeAction.Builder.build()static booleanRename file.AbstractPathAction.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 SuppressFBWarningsModifier and TypeMethodDescriptionstatic LoggerConfigAsyncLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.protected static booleanAsyncLoggerConfig.includeLocation(String includeLocationConfigValue) Deprecated.since 2.25.0. -
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 -
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 -
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 SuppressFBWarningsModifier and TypeMethodDescriptionvoidResolverUtil.findInPackage(ResolverUtil.Test test, 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 SuppressFBWarningsModifierConstructorDescriptionXmlConfiguration(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 SuppressFBWarningsModifier and TypeMethodDescriptionLoggerContextAdmin.getConfigLocationUri()LoggerContextAdmin.getConfigText(String charsetName) voidLoggerContextAdmin.setConfigLocationUri(String configLocation) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.lookup
Methods in org.apache.logging.log4j.core.lookup with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionstatic voidMainMapLookup.setMainArguments(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 SuppressFBWarningsModifier and TypeMethodDescriptionstatic URLConnectionUrlConnectionFactory.createConnection(URL url) static <T extends URLConnection>
TUrlConnectionFactory.createConnection(URL url, long lastModifiedMillis, SslConfiguration sslConfiguration, AuthorizationProvider authorizationProvider) protected static SocketTcpSocketManager.createSocket(InetSocketAddress socketAddress, SocketOptions socketOptions, int connectTimeoutMillis) <T> TLooks 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 SuppressFBWarningsModifier and TypeMethodDescriptionbooleanLaxHostnameVerifier.verify(String s, SSLSession sslSession) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.script
Methods in org.apache.logging.log4j.core.script with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionstatic ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset) -
Uses of SuppressFBWarnings in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionstatic FileFileUtils.fileFromUri(URI uri) Tries to convert the specified URI to a file object.Source.getPath()Gets this source as a Path.static StringDeprecated.Throwables.toStringList(Throwable throwable) Converts a Throwable stack trace into a List of Strings.static URIConverts a URI string or file path to a URI object.