Use Id tag instead of Revision + Date.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1432429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,9 +24,8 @@ package org.apache.commons.logging;
|
|||||||
* factory methods.</p>
|
* factory methods.</p>
|
||||||
*
|
*
|
||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @version $Revision$ $Date$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class LogConfigurationException extends RuntimeException {
|
public class LogConfigurationException extends RuntimeException {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -47,9 +47,8 @@ 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$ $Date$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public abstract class LogFactory {
|
public abstract class LogFactory {
|
||||||
// Implementation note re AccessController usage
|
// Implementation note re AccessController usage
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ import org.apache.commons.logging.Log;
|
|||||||
* is not considered to be an incompatible change.
|
* is not considered to be an incompatible change.
|
||||||
* </p>
|
* </p>
|
||||||
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
|
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
|
||||||
* @version $Revision$ $Date$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class AvalonLogger implements Log {
|
public class AvalonLogger implements Log {
|
||||||
|
|
||||||
|
|||||||
@@ -39,10 +39,9 @@ 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$ $Date$
|
* @version $Id$
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Jdk13LumberjackLogger implements Log, Serializable {
|
public class Jdk13LumberjackLogger implements Log, Serializable {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -34,9 +34,8 @@ 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$ $Date$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Jdk14Logger implements Log, Serializable {
|
public class Jdk14Logger implements Log, Serializable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ import org.apache.log4j.Level;
|
|||||||
* @author Robert Burrell Donkin
|
* @author Robert Burrell Donkin
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Log4JLogger implements Log, Serializable {
|
public class Log4JLogger implements Log, Serializable {
|
||||||
|
|
||||||
// ------------------------------------------------------------- Attributes
|
// ------------------------------------------------------------- Attributes
|
||||||
|
|||||||
@@ -63,9 +63,8 @@ import org.apache.commons.logging.LogFactory;
|
|||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @author Richard A. Sitze
|
* @author Richard A. Sitze
|
||||||
* @author Brian Stansberry
|
* @author Brian Stansberry
|
||||||
* @version $Revision$ $Date$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class LogFactoryImpl extends LogFactory {
|
public class LogFactoryImpl extends LogFactory {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ import org.apache.commons.logging.Log;
|
|||||||
* @author Robert Burrell Donkin
|
* @author Robert Burrell Donkin
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class LogKitLogger implements Log, Serializable {
|
public class LogKitLogger implements Log, Serializable {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -46,9 +46,9 @@ import org.apache.commons.logging.LogFactory;
|
|||||||
* every accessible LogFactory class that the entry in its map for the
|
* every accessible LogFactory class that the entry in its map for the
|
||||||
* current webapp's context classloader should be cleared.
|
* current webapp's context classloader should be cleared.
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ServletContextCleaner implements ServletContextListener {
|
public class ServletContextCleaner implements ServletContextListener {
|
||||||
|
|
||||||
private static final Class[] RELEASE_SIGNATURE = {ClassLoader.class};
|
private static final Class[] RELEASE_SIGNATURE = {ClassLoader.class};
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ import java.util.Set;
|
|||||||
*
|
*
|
||||||
* @author Brian Stansberry
|
* @author Brian Stansberry
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
public final class WeakHashtable extends Hashtable {
|
public final class WeakHashtable extends Hashtable {
|
||||||
|
|||||||
Reference in New Issue
Block a user