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

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

Introduction

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

The text is from its open source code.

Constructor

AvalonLogger(Logger logger)
Constructs an AvalonLogger that outputs to the given Logger instance.
AvalonLogger(String name)
Constructs an AvalonLogger that will log to a child of the Logger set by calling #setDefaultLogger .