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:
@@ -6,7 +6,7 @@
|
||||
* the LICENSE file.
|
||||
*/
|
||||
|
||||
package org.apache.commons.httpclient.log;
|
||||
package org.apache.commons.logging;
|
||||
|
||||
import java.util.Properties;
|
||||
import java.util.Enumeration;
|
||||
@@ -17,7 +17,7 @@ import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author Rod Waldhoff
|
||||
* @version $Id: SimpleLog.java,v 1.3 2001/08/07 17:37:22 rwaldhoff Exp $
|
||||
* @version $Id: SimpleLog.java,v 1.4 2001/08/08 20:35:22 morgand Exp $
|
||||
*/
|
||||
public class SimpleLog implements Log {
|
||||
static protected final Properties _simplelogProps = new Properties();
|
||||
|
||||
Reference in New Issue
Block a user