Uses of Class
org.apache.cocoon.util.Deprecation.LogLevel

Packages that use Deprecation.LogLevel
org.apache.cocoon.util   
 

Uses of Deprecation.LogLevel in org.apache.cocoon.util
 

Fields in org.apache.cocoon.util declared as Deprecation.LogLevel
static Deprecation.LogLevel Deprecation.DEBUG
          Debug deprecation messages indicate features that are no more considered "current" or "best practice", but for which no removal is currently foreseen.
static Deprecation.LogLevel Deprecation.ERROR
          Error deprecation messages indicate features that will be removed in the next minor version (e.g. 2.1.6 --> 2.1.7).
static Deprecation.LogLevel Deprecation.FATAL_ERROR
          Fatal error deprecation messages indicate features that used to exist but have been removed in the current version.
static Deprecation.LogLevel Deprecation.INFO
          Info deprecation messages indicate features that are no more considered "current" or "best practice", and that will probably be removed in future releases.
static Deprecation.LogLevel Deprecation.WARN
          Warning deprecation messages indicate features that will be removed in the next major version (e.g. 2.1.x --> 2.2.0).
 

Methods in org.apache.cocoon.util that return Deprecation.LogLevel
static Deprecation.LogLevel Deprecation.LogLevel.getLevel(String level)
           
 

Methods in org.apache.cocoon.util with parameters of type Deprecation.LogLevel
static void Deprecation.setForbiddenLevel(Deprecation.LogLevel level)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.