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(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 SuppressFBWarnings Modifier and Type Method Description protected 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, 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 SuppressFBWarnings Modifier and Type Method Description protected voidRollingRandomAccessFileManager. createFileAfterRollover()protected SortedMap<Integer,Path>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.RolloverDescriptionDefaultRolloverStrategy. rollover(RollingFileManager manager)Performs the rollover.RolloverDescriptionDirectWriteRolloverStrategy. 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 SuppressFBWarnings Modifier and Type Method Description PosixViewAttributeActionPosixViewAttributeAction.Builder. build()static booleanFileRenameAction. execute(File source, File destination, boolean renameEmptyFiles)Rename 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, 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 Modifier and Type Method Description static voidDefaultConfigurationBuilder. formatXml(Source source, 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 FileTypeConverters.FileConverter. convert(String s)PathTypeConverters.PathConverter. convert(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 voidResolverUtil. 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 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 StringLoggerContextAdmin. getConfigLocationUri()StringLoggerContextAdmin. 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 SuppressFBWarnings Modifier and Type Method Description static 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 SuppressFBWarnings Modifier and Type Method Description static 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> TJndiManager. lookup(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(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 SuppressFBWarnings Modifier and Type Method Description static 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 SuppressFBWarnings Modifier and Type Method Description static FileFileUtils. fileFromUri(URI uri)Tries to convert the specified URI to a file object.PathSource. getPath()Gets this source as a Path.static StringNameUtil. md5(String input)Deprecated.static List<String>Throwables. toStringList(Throwable throwable)Converts a Throwable stack trace into a List of Strings.static URINetUtils. toURI(String path)Converts a URI string or file path to a URI object.
-