1
0

proposal for stand-alone logging component

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange
2001-08-08 20:35:22 +00:00
parent c8c5b8a7ad
commit 3fdbfd2e86
7 changed files with 229 additions and 10 deletions

View File

@@ -6,12 +6,12 @@
* the LICENSE file.
*/
package org.apache.commons.httpclient.log;
package org.apache.commons.logging;
/**
* A simple logging interface abstracting log4j.
* @author Rod Waldhoff
* @version $Id: Log.java,v 1.3 2001/08/07 17:37:22 rwaldhoff Exp $
* @version $Id: Log.java,v 1.4 2001/08/08 20:35:22 morgand Exp $
*/
public interface Log {
public void debug(Object message);