org.kuali.common.util.log4j
Class Log4JPatternConstants

java.lang.Object
  extended by org.kuali.common.util.log4j.Log4JPatternConstants

Deprecated.

@Deprecated
public abstract class Log4JPatternConstants
extends Object


Field Summary
static String DEBUG
          Deprecated.  [<level>] <class>.<method> - <message>
static String DEFAULT
          Deprecated.  [<level>] <class> - <message>
static String MAVEN
          Deprecated.  [<level>] <message>
 
Constructor Summary
Log4JPatternConstants()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final String DEFAULT
Deprecated. 
  [<level>] <class> - <message>
 

See Also:
Constant Field Values

DEBUG

public static final String DEBUG
Deprecated. 
  [<level>] <class>.<method> - <message>
 

See Also:
Constant Field Values

MAVEN

public static final String MAVEN
Deprecated. 
  [<level>] <message>
 

See Also:
Constant Field Values
Constructor Detail

Log4JPatternConstants

public Log4JPatternConstants()
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.