diff --git a/src/java/org/apache/commons/logging/Log.java b/src/java/org/apache/commons/logging/Log.java index aa868e8..8eff99d 100644 --- a/src/java/org/apache/commons/logging/Log.java +++ b/src/java/org/apache/commons/logging/Log.java @@ -71,6 +71,8 @@ public interface Log { *
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than debug.
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than error.
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than fatal.
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than info.
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than trace.
Call this method to prevent having to perform expensive operations
* (for example, String concatenation)
* when the log level is more than warn.