Log4j API

The logging facade providing a feature-rich Java interface for application logging. Applications code against this stable API while delegating to a backing implementation such as Log4j Core.

API entry from apis.yml

apis.yml Raw ↑
aid: log4j:log4j-api
name: Log4j API
description: The logging facade providing a feature-rich Java interface for application logging. Applications
  code against this stable API while delegating to a backing implementation such as Log4j Core.
humanURL: https://logging.apache.org/log4j/2.x/manual/api.html
tags:
- API
- Facade
- Java
- Logging
properties:
- type: Documentation
  url: https://logging.apache.org/log4j/2.x/manual/api.html
- type: Reference
  url: https://logging.apache.org/log4j/2.x/javadoc.html
- type: SourceCode
  url: https://github.com/apache/logging-log4j2