Skip to content

io microsphere logging log4j Log4jLogging

github-actions[bot] edited this page May 21, 2026 · 8 revisions

Log4jLogging

Type: Class | Module: microsphere-log4j | Package: io.microsphere.logging.log4j | Since: 1.0.0

Source: microsphere-log4j/src/main/java/io/microsphere/logging/log4j/Log4jLogging.java

Overview

Logging class based on the Log4j framework.

Declaration

public class Log4jLogging implements Logging

Author: Mercy

Version Information

  • Introduced in: 1.0.0
  • Current Project Version: 0.1.10-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 8 ✅ Compatible
Java 11 ✅ Compatible
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-log4j</artifactId>
    <version>${microsphere-logging.version}</version>
</dependency>

Tip: Use the BOM (microsphere-logging-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.logging.log4j.Log4jLogging;

API Reference

Public Methods

Method Description
getRootLoggerName
getLoggerNames
getSupportedLoggingLevels
getLoggerLevel
setLoggerLevel
getName
getPriority

See Also

  • Logging

This documentation was auto-generated from the source code of microsphere-logging.

Clone this wiki locally