Uses of Class
org.apache.maven.mercury.logging.MercuryLoggingLevelEnum

Packages that use MercuryLoggingLevelEnum
org.apache.maven.mercury.logging   
org.apache.maven.mercury.logging.console   
 

Uses of MercuryLoggingLevelEnum in org.apache.maven.mercury.logging
 

Fields in org.apache.maven.mercury.logging declared as MercuryLoggingLevelEnum
static MercuryLoggingLevelEnum MercuryLoggingLevelEnum.DEFAULT_LEVEL
           
 

Methods in org.apache.maven.mercury.logging that return MercuryLoggingLevelEnum
static MercuryLoggingLevelEnum MercuryLoggerManager.getThreshold()
           
static MercuryLoggingLevelEnum MercuryLoggingLevelEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MercuryLoggingLevelEnum[] MercuryLoggingLevelEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.maven.mercury.logging with parameters of type MercuryLoggingLevelEnum
 void IMercuryLoggerFactory.setThreshold(MercuryLoggingLevelEnum threshold)
          is not used for now
 

Uses of MercuryLoggingLevelEnum in org.apache.maven.mercury.logging.console
 

Methods in org.apache.maven.mercury.logging.console with parameters of type MercuryLoggingLevelEnum
 void MercuryConsoleLoggerFactory.setThreshold(MercuryLoggingLevelEnum threshold)
           
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.