1
0

svn:keywords correction

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@155426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dirk Verbeeck
2005-02-26 13:10:49 +00:00
parent d746ff0810
commit b56a58e5de
29 changed files with 297 additions and 297 deletions

View File

@@ -16,7 +16,7 @@
--> -->
$Id: RELEASE-NOTES.txt,v 1.8 2004/09/27 16:21:40 proyal Exp $ $Id$
Commons Logging Package Commons Logging Package
Version 1.0.4 Version 1.0.4

View File

@@ -25,7 +25,7 @@
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Logging</em> Component</h1> <h1>The Jakarta Commons <em>Logging</em> Component</h1>
$Id: STATUS.html,v 1.16 2004/02/28 23:20:57 craigmcc Exp $<br /> $Id$<br />
<a href="#Introduction">[Introduction]</a> <a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a> <a href="#Release Info">[Release Info]</a>

View File

@@ -30,7 +30,7 @@ import org.apache.commons.logging.Log;
* The default log level is TRACE.</p> * The default log level is TRACE.</p>
* <p>The code borrows heavily from the SimpleLog class.</p> * <p>The code borrows heavily from the SimpleLog class.</p>
* @author J&ouml;rg Schaible * @author J&ouml;rg Schaible
* @version $Id: MemoryLog.java,v 1.1 2004/11/04 23:01:39 rdonkin Exp $ * @version $Id$
*/ */
public class MemoryLog implements Log { public class MemoryLog implements Log {

View File

@@ -26,7 +26,7 @@ import org.apache.commons.logging.impl.WeakHashtableTest;
* All tests should be written into separate <code>TestSuite</code>'s * All tests should be written into separate <code>TestSuite</code>'s
* and added to this. Don't clutter this class with implementations. </p> * and added to this. Don't clutter this class with implementations. </p>
* *
* @version $Revision: 1.2 $ * @version $Revision$
*/ */
public class TestAll extends TestCase { public class TestAll extends TestCase {

View File

@@ -57,7 +57,7 @@ package org.apache.commons.logging;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: Log.java,v 1.19 2004/06/06 21:16:04 rdonkin Exp $ * @version $Id$
*/ */
public interface Log { public interface Log {

View File

@@ -23,7 +23,7 @@ package org.apache.commons.logging;
* factory methods.</p> * factory methods.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.6 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class LogConfigurationException extends RuntimeException { public class LogConfigurationException extends RuntimeException {

View File

@@ -42,7 +42,7 @@ import java.util.Properties;
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Costin Manolache * @author Costin Manolache
* @author Richard A. Sitze * @author Richard A. Sitze
* @version $Revision: 1.28 $ $Date$ * @version $Revision$ $Date$
*/ */
public abstract class LogFactory { public abstract class LogFactory {

View File

@@ -52,7 +52,7 @@ import org.apache.commons.logging.impl.NoOpLog;
* implementation performs exactly the same algorithm as this class did * implementation performs exactly the same algorithm as this class did
* *
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: LogSource.java,v 1.21 2004/02/28 21:46:45 craigmcc Exp $ * @version $Id$
*/ */
public class LogSource { public class LogSource {

View File

@@ -46,7 +46,7 @@ import org.apache.commons.logging.Log;
* However, serializable is not recommended. * However, serializable is not recommended.
* </p> * </p>
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a> * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
* @version $Revision: 1.10 $ $Date$ * @version $Revision$ $Date$
*/ */
public class AvalonLogger implements Log, Serializable { public class AvalonLogger implements Log, Serializable {

View File

@@ -38,7 +38,7 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @author <a href="mailto:vince256@comcast.net">Vince Eagen</a> * @author <a href="mailto:vince256@comcast.net">Vince Eagen</a>
* @version $Revision: 1.6 $ $Date: 2004/06/06 21:13:43 $ * @version $Revision$ $Date$
*/ */
public class Jdk13LumberjackLogger implements Log, Serializable { public class Jdk13LumberjackLogger implements Log, Serializable {

View File

@@ -33,7 +33,7 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @version $Revision: 1.13 $ $Date: 2004/06/06 21:10:21 $ * @version $Revision$ $Date$
*/ */
public class Jdk14Logger implements Log, Serializable { public class Jdk14Logger implements Log, Serializable {

View File

@@ -32,7 +32,7 @@ import org.apache.log4j.Level;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Id: Log4JLogger.java,v 1.11 2004/05/19 21:01:23 rdonkin Exp $ * @version $Id$
*/ */
public class Log4JLogger implements Log, Serializable { public class Log4JLogger implements Log, Serializable {

View File

@@ -63,7 +63,7 @@ import org.apache.commons.logging.LogFactory;
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Richard A. Sitze * @author Richard A. Sitze
* @version $Revision: 1.36 $ $Date: 2004/10/31 17:53:48 $ * @version $Revision$ $Date$
*/ */
public class LogFactoryImpl extends LogFactory { public class LogFactoryImpl extends LogFactory {

View File

@@ -34,7 +34,7 @@ import org.apache.commons.logging.Log;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Id: LogKitLogger.java,v 1.9 2004/06/01 19:56:46 rdonkin Exp $ * @version $Id$
*/ */
public class LogKitLogger implements Log, Serializable { public class LogKitLogger implements Log, Serializable {

View File

@@ -28,7 +28,7 @@ import org.apache.commons.logging.Log;
* *
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a> * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author Rod Waldhoff * @author Rod Waldhoff
* @version $Id: NoOpLog.java,v 1.8 2004/06/06 21:13:12 rdonkin Exp $ * @version $Id$
*/ */
public class NoOpLog implements Log, Serializable { public class NoOpLog implements Log, Serializable {

View File

@@ -70,7 +70,7 @@ import org.apache.commons.logging.LogConfigurationException;
* @author Rod Waldhoff * @author Rod Waldhoff
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* *
* @version $Id: SimpleLog.java,v 1.21 2004/06/06 20:47:56 rdonkin Exp $ * @version $Id$
*/ */
public class SimpleLog implements Log, Serializable { public class SimpleLog implements Log, Serializable {

View File

@@ -23,7 +23,7 @@ import junit.framework.*;
/** /**
* *
* @author Sean C. Sullivan * @author Sean C. Sullivan
* @version $Revision: $ * @version $Revision$
* *
*/ */
public abstract class AbstractLogTest extends TestCase { public abstract class AbstractLogTest extends TestCase {

View File

@@ -22,7 +22,7 @@ import junit.framework.TestSuite;
/** /**
* testcase to emulate container and application isolated from container * testcase to emulate container and application isolated from container
* @author baliuka * @author baliuka
* @version $Id: LoadTest.java,v 1.5 2004/02/28 21:46:45 craigmcc Exp $ * @version $Id$
*/ */
public class LoadTest extends TestCase{ public class LoadTest extends TestCase{
//TODO: need some way to add service provider packages //TODO: need some way to add service provider packages

View File

@@ -29,7 +29,7 @@ import junit.framework.*;
* coded by James Strachan. </p> * coded by James Strachan. </p>
* *
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Revision: 1.7 $ * @version $Revision$
*/ */
public class TestAll extends TestCase { public class TestAll extends TestCase {

View File

@@ -65,7 +65,7 @@ import java.util.List;
* only the wrapper class itself.</p> * only the wrapper class itself.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.5 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class Wrapper { public class Wrapper {

View File

@@ -25,7 +25,7 @@ import junit.framework.TestSuite;
/** /**
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a> * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class AvalonLoggerTest extends AbstractLogTest { public class AvalonLoggerTest extends AbstractLogTest {

View File

@@ -35,7 +35,7 @@ import junit.framework.TestSuite;
* logger configured per the configuration properties.</p> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.9 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -36,7 +36,7 @@ import org.apache.commons.logging.LogFactory;
* should be automatically configured.</p> * should be automatically configured.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.8 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {

View File

@@ -27,7 +27,7 @@ import java.util.logging.LogRecord;
* <p>Test implementation of <code>java.util.logging.Handler</code>.</p> * <p>Test implementation of <code>java.util.logging.Handler</code>.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:45 $ * @version $Revision$ $Date$
*/ */
public class TestHandler extends Handler { public class TestHandler extends Handler {

View File

@@ -37,7 +37,7 @@ import org.apache.log4j.spi.LoggingEvent;
* logger configured per the configuration properties.</p> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.9 $ $Date: 2004/05/19 20:59:56 $ * @version $Revision$ $Date$
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -36,7 +36,7 @@ import org.apache.commons.logging.LogFactory;
* should be automatically configured).</p> * should be automatically configured).</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.7 $ $Date: 2004/02/28 21:46:46 $ * @version $Revision$ $Date$
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {

View File

@@ -28,7 +28,7 @@ import org.apache.log4j.spi.LoggingEvent;
* <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p> * <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:46 $ * @version $Revision$ $Date$
*/ */
public class TestAppender extends AppenderSkeleton { public class TestAppender extends AppenderSkeleton {

View File

@@ -32,7 +32,7 @@ import org.apache.commons.logging.impl.SimpleLog;
* properties.</p> * properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.6 $ $Date: 2004/05/30 10:32:25 $ * @version $Revision$ $Date$
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {

View File

@@ -36,7 +36,7 @@ import org.apache.commons.logging.impl.SimpleLog;
* other than selecting the SimpleLog implementation.</p> * other than selecting the SimpleLog implementation.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.5 $ $Date: 2004/05/29 10:43:35 $ * @version $Revision$ $Date$
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {