Эксперт ХД

org.apache.logging.log4j:log4j-api (2.24.2)

Published 2026-09-15 11:11:29 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.logging.log4j</groupId>
	<artifactId>log4j-api</artifactId>
	<version>2.24.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.logging.log4j:log4j-api:2.24.2

About this package

The logging API of the Log4j project. Library and application code can log through this API. It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases. Production applications are recommended to use Log4j API in combination with a fully-fledged implementation, such as Log4j Core.

Dependencies

org.jspecify:jspecify
org.osgi:org.osgi.core
Details
Maven
2026-09-15 11:11:29 +00:00
0
Apache Log4j API
Apache-2.0
4.3 KiB
Assets (1)
Versions (4) View all
2.24.2 2026-09-15
2.17.2 2026-09-15
2.17.1 2026-09-15
2.24.3 2026-09-15