Java org.apache.commons.logging.impl Log4JLogger fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.logging.impl Log4JLogger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.logging.impl Log4JLogger.

The text is from its open source code.

Subclass

org.apache.commons.logging.impl.Log4JLogger has subclasses.
Click this link to see all its subclasses.

Constructor

Log4JLogger(String name)
Base constructor.
Log4JLogger(Logger logger)
For use with a log4j factory.

Method

voiddebug(Object message)
Log a message to the Log4j Logger with DEBUG priority.
LoggergetLogger()
Return the native Logger instance we are using.
booleanisDebugEnabled()
Check whether the Log4j Logger used is enabled for DEBUG priority.