Merge pull request #159 from SingingBush/deprecate_avalon_and_lumberjack
mark loggers for Avalon and Lumberjack as deprecated
This commit is contained in:
@@ -48,7 +48,10 @@ import org.apache.commons.logging.Log;
|
||||
* commons-logging, but this never actually worked (a NullPointerException would
|
||||
* be thrown as soon as the deserialized object was used), so removing this marker
|
||||
* is not considered to be an incompatible change.
|
||||
*
|
||||
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
|
||||
*/
|
||||
@Deprecated
|
||||
public class AvalonLogger implements Log {
|
||||
|
||||
/** Ancestral Avalon logger. */
|
||||
|
||||
@@ -33,7 +33,9 @@ import org.apache.commons.logging.Log;
|
||||
* available in SourceForge's Lumberjack for JDKs prior to 1.4.
|
||||
*
|
||||
* @since 1.1
|
||||
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
|
||||
*/
|
||||
@Deprecated
|
||||
public class Jdk13LumberjackLogger implements Log, Serializable {
|
||||
|
||||
/** Serializable version identifier. */
|
||||
|
||||
@@ -30,7 +30,10 @@ import org.apache.commons.logging.Log;
|
||||
* {@code LogKit} accepts only {@code String} messages.
|
||||
* Therefore, this implementation converts object messages into strings
|
||||
* by called their {@code toString()} method before logging them.
|
||||
*
|
||||
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
|
||||
*/
|
||||
@Deprecated
|
||||
public class LogKitLogger implements Log, Serializable {
|
||||
|
||||
/** Serializable version identifier. */
|
||||
|
||||
Reference in New Issue
Block a user