1
0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1363039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2012-07-18 18:42:54 +00:00
parent 2a9617af3b
commit e8c77e524e

View File

@@ -54,7 +54,7 @@ import org.apache.commons.logging.Log;
*/ */
public class AvalonLogger implements Log { public class AvalonLogger implements Log {
/** Ancesteral avalon logger */ /** Ancestral Avalon logger */
private static Logger defaultLogger = null; private static Logger defaultLogger = null;
/** Avalon logger used to perform log */ /** Avalon logger used to perform log */
private final transient Logger logger; private final transient Logger logger;
@@ -62,7 +62,7 @@ public class AvalonLogger implements Log {
/** /**
* Constructs an <code>AvalonLogger</code> that outputs to the given * Constructs an <code>AvalonLogger</code> that outputs to the given
* <code>Logger</code> instance. * <code>Logger</code> instance.
* @param logger the avalon logger implementation to delegate to * @param logger the Avalon logger implementation to delegate to
*/ */
public AvalonLogger(Logger logger) { public AvalonLogger(Logger logger) {
this.logger = logger; this.logger = logger;