Uses of Class
dk.netarkivet.common.utils.LoggingOutputStream.LoggingLevel

Packages that use LoggingOutputStream.LoggingLevel
dk.netarkivet.common.utils   
 

Uses of LoggingOutputStream.LoggingLevel in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that return LoggingOutputStream.LoggingLevel
static LoggingOutputStream.LoggingLevel LoggingOutputStream.LoggingLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoggingOutputStream.LoggingLevel[] LoggingOutputStream.LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in dk.netarkivet.common.utils with parameters of type LoggingOutputStream.LoggingLevel
LoggingOutputStream(LoggingOutputStream.LoggingLevel loggingLevel, org.apache.commons.logging.Log logger, java.lang.String prefix)
          Constructor for the class.