Uses of Class
net.sourceforge.hiveutils.service.impl.LoggingLevel

Packages that use LoggingLevel
net.sourceforge.hiveutils.service.impl This package contains a few useful HiveMind services and classes, some used by hivetranse.core module. 
 

Uses of LoggingLevel in net.sourceforge.hiveutils.service.impl
 

Methods in net.sourceforge.hiveutils.service.impl that return LoggingLevel
 LoggingLevel LoggingContribution.getLogEnter()
           
 LoggingLevel LoggingContribution.getLogLeave()
           
 LoggingLevel LoggingContribution.getLogThrow()
           
static LoggingLevel LoggingLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoggingLevel[] LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.hiveutils.service.impl with parameters of type LoggingLevel
 void LoggingContribution.setLogEnter(LoggingLevel logEnter)
           
 void LoggingContribution.setLogLeave(LoggingLevel logLeave)
           
 void LoggingContribution.setLogThrow(LoggingLevel logThrow)
           
 

Constructors in net.sourceforge.hiveutils.service.impl with parameters of type LoggingLevel
LogWrapper(org.apache.commons.logging.Log logger, LoggingLevel level)