This project is not maintained anymore! It has been retired by Apache Logging Services consensus on 2026-01-19. Users are advised to migrate to alternatives. For other inquiries, see the support policy.

Development

Log4j Scala API uses GitHub for source code management.

The project requires two Java compilers to build:

  1. 8 (required for Scala 2.10 and 2.11)

  2. one matching the [17,18) range.

You can build and verify sources using:

./mvnw verify

You can build and view the website as follows:

./mvnw -N site

You can view the generated website with a browser by pointing it to target/site directory.

Release instructions

Log4j Scala API employs the CI/CD foundation provided by the logging-parent. You can simply use its release instructions.