log4j-api-2.20.0.jar中文-英文对照文档.zip

org.apache.logging.log4jlog4j-api2.20.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: log4j-api-2.20.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.44 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

log4j-api-2.20.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:log4j-api-2.20.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:log4j-api-2.20.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:log4j-api-2.20.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:log4j-api-2.20.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 log4j-api-2.20.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Apache Log4j API
  • 描述: Apache Log4j API
  • 版本: 2.20.0

Maven依赖

<dependency>
	<groupId>org.apache.logging.log4j</groupId>
	<artifactId>log4j-api</artifactId>
	<version>2.20.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
Gradle (Short):
	implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
Gradle (Kotlin):
	implementation("org.apache.logging.log4j:log4j-api:2.20.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.apache.logging.log4j
org.apache.logging.log4j.internal
org.apache.logging.log4j.message
org.apache.logging.log4j.simple
org.apache.logging.log4j.spi
org.apache.logging.log4j.status
org.apache.logging.log4j.util

本组件包含的 Java class(类)

org.apache.logging.log4j.BridgeAware
org.apache.logging.log4j.CloseableThreadContext
org.apache.logging.log4j.CloseableThreadContext.Instance
org.apache.logging.log4j.EventLogger
org.apache.logging.log4j.Level
org.apache.logging.log4j.LogBuilder
org.apache.logging.log4j.LogManager
org.apache.logging.log4j.Logger
org.apache.logging.log4j.LoggingException
org.apache.logging.log4j.Marker
org.apache.logging.log4j.MarkerManager
org.apache.logging.log4j.MarkerManager.Log4jMarker
org.apache.logging.log4j.ThreadContext
org.apache.logging.log4j.ThreadContext.ContextStack
org.apache.logging.log4j.internal.DefaultLogBuilder
org.apache.logging.log4j.internal.LogManagerStatus
org.apache.logging.log4j.message.AbstractMessageFactory
org.apache.logging.log4j.message.AsynchronouslyFormattable
org.apache.logging.log4j.message.DefaultFlowMessageFactory
org.apache.logging.log4j.message.EntryMessage
org.apache.logging.log4j.message.ExitMessage
org.apache.logging.log4j.message.FlowMessage
org.apache.logging.log4j.message.FlowMessageFactory
org.apache.logging.log4j.message.FormattedMessage
org.apache.logging.log4j.message.FormattedMessageFactory
org.apache.logging.log4j.message.LocalizedMessage
org.apache.logging.log4j.message.LocalizedMessageFactory
org.apache.logging.log4j.message.LoggerNameAwareMessage
org.apache.logging.log4j.message.MapMessage
org.apache.logging.log4j.message.MapMessage.MapFormat
org.apache.logging.log4j.message.Message
org.apache.logging.log4j.message.MessageCollectionMessage
org.apache.logging.log4j.message.MessageFactory
org.apache.logging.log4j.message.MessageFactory2
org.apache.logging.log4j.message.MessageFormatMessage
org.apache.logging.log4j.message.MessageFormatMessageFactory
org.apache.logging.log4j.message.MultiformatMessage
org.apache.logging.log4j.message.ObjectArrayMessage
org.apache.logging.log4j.message.ObjectMessage
org.apache.logging.log4j.message.ParameterConsumer
org.apache.logging.log4j.message.ParameterVisitable
org.apache.logging.log4j.message.ParameterizedMessage
org.apache.logging.log4j.message.ParameterizedMessageFactory
org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
org.apache.logging.log4j.message.ReusableMessage
org.apache.logging.log4j.message.ReusableMessageFactory
org.apache.logging.log4j.message.ReusableObjectMessage
org.apache.logging.log4j.message.ReusableParameterizedMessage
org.apache.logging.log4j.message.ReusableSimpleMessage
org.apache.logging.log4j.message.SimpleMessage
org.apache.logging.log4j.message.SimpleMessageFactory
org.apache.logging.log4j.message.StringFormattedMessage
org.apache.logging.log4j.message.StringFormatterMessageFactory
org.apache.logging.log4j.message.StringMapMessage
org.apache.logging.log4j.message.StructuredDataCollectionMessage
org.apache.logging.log4j.message.StructuredDataId
org.apache.logging.log4j.message.StructuredDataMessage
org.apache.logging.log4j.message.StructuredDataMessage.Format
org.apache.logging.log4j.message.ThreadDumpMessage
org.apache.logging.log4j.message.ThreadDumpMessage.ThreadInfoFactory
org.apache.logging.log4j.message.ThreadInformation
org.apache.logging.log4j.message.TimestampMessage
org.apache.logging.log4j.simple.SimpleLogger
org.apache.logging.log4j.simple.SimpleLoggerContext
org.apache.logging.log4j.simple.SimpleLoggerContextFactory
org.apache.logging.log4j.spi.AbstractLogger
org.apache.logging.log4j.spi.AbstractLoggerAdapter
org.apache.logging.log4j.spi.CleanableThreadContextMap
org.apache.logging.log4j.spi.CopyOnWrite
org.apache.logging.log4j.spi.DefaultThreadContextMap
org.apache.logging.log4j.spi.DefaultThreadContextStack
org.apache.logging.log4j.spi.ExtendedLogger
org.apache.logging.log4j.spi.ExtendedLoggerWrapper
org.apache.logging.log4j.spi.LocationAwareLogger
org.apache.logging.log4j.spi.LoggerAdapter
org.apache.logging.log4j.spi.LoggerContext
org.apache.logging.log4j.spi.LoggerContextFactory
org.apache.logging.log4j.spi.LoggerContextKey
org.apache.logging.log4j.spi.LoggerContextShutdownAware
org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
org.apache.logging.log4j.spi.LoggerRegistry
org.apache.logging.log4j.spi.LoggerRegistry.ConcurrentMapFactory
org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
org.apache.logging.log4j.spi.LoggerRegistry.WeakMapFactory
org.apache.logging.log4j.spi.MessageFactory2Adapter
org.apache.logging.log4j.spi.MutableThreadContextStack
org.apache.logging.log4j.spi.NoOpThreadContextMap
org.apache.logging.log4j.spi.ObjectThreadContextMap
org.apache.logging.log4j.spi.Provider
org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
org.apache.logging.log4j.spi.StandardLevel
org.apache.logging.log4j.spi.Terminable
org.apache.logging.log4j.spi.ThreadContextMap
org.apache.logging.log4j.spi.ThreadContextMap2
org.apache.logging.log4j.spi.ThreadContextMapFactory
org.apache.logging.log4j.spi.ThreadContextStack
org.apache.logging.log4j.status.StatusConsoleListener
org.apache.logging.log4j.status.StatusData
org.apache.logging.log4j.status.StatusListener
org.apache.logging.log4j.status.StatusLogger
org.apache.logging.log4j.util.Activator
org.apache.logging.log4j.util.Base64Util
org.apache.logging.log4j.util.BiConsumer
org.apache.logging.log4j.util.Chars
org.apache.logging.log4j.util.Constants
org.apache.logging.log4j.util.EnglishEnums
org.apache.logging.log4j.util.EnvironmentPropertySource
org.apache.logging.log4j.util.FilteredObjectInputStream
org.apache.logging.log4j.util.IndexedReadOnlyStringMap
org.apache.logging.log4j.util.IndexedStringMap
org.apache.logging.log4j.util.LambdaUtil
org.apache.logging.log4j.util.LoaderUtil
org.apache.logging.log4j.util.MessageSupplier
org.apache.logging.log4j.util.MultiFormatStringBuilderFormattable
org.apache.logging.log4j.util.OsgiServiceLocator
org.apache.logging.log4j.util.PerformanceSensitive
org.apache.logging.log4j.util.ProcessIdUtil
org.apache.logging.log4j.util.PropertiesPropertySource
org.apache.logging.log4j.util.PropertiesUtil
org.apache.logging.log4j.util.PropertyFilePropertySource
org.apache.logging.log4j.util.PropertySource
org.apache.logging.log4j.util.PropertySource.Comparator
org.apache.logging.log4j.util.PropertySource.Util
org.apache.logging.log4j.util.ProviderActivator
org.apache.logging.log4j.util.ProviderUtil
org.apache.logging.log4j.util.ReadOnlyStringMap
org.apache.logging.log4j.util.ServiceLoaderUtil
org.apache.logging.log4j.util.SortedArrayStringMap
org.apache.logging.log4j.util.StackLocator
org.apache.logging.log4j.util.StackLocatorUtil
org.apache.logging.log4j.util.StringBuilderFormattable
org.apache.logging.log4j.util.StringBuilders
org.apache.logging.log4j.util.StringMap
org.apache.logging.log4j.util.Strings
org.apache.logging.log4j.util.Supplier
org.apache.logging.log4j.util.SystemPropertiesPropertySource
org.apache.logging.log4j.util.Timer
org.apache.logging.log4j.util.Timer.Status
org.apache.logging.log4j.util.TriConsumer
org.apache.logging.log4j.util.Unbox