Uses of Class
messif.utility.Logging.RegexpFilterAgainst

Packages that use Logging.RegexpFilterAgainst
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Uses of Logging.RegexpFilterAgainst in messif.utility
 

Methods in messif.utility that return Logging.RegexpFilterAgainst
static Logging.RegexpFilterAgainst Logging.RegexpFilterAgainst.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Logging.RegexpFilterAgainst[] Logging.RegexpFilterAgainst.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in messif.utility with parameters of type Logging.RegexpFilterAgainst
static void Logging.addLogFile(java.lang.String fileName, java.util.logging.Level level, boolean append, boolean useSimpleFormatter, java.lang.String regexp, Logging.RegexpFilterAgainst regexpAgainst)
          Adds a new logging file.
static void Logging.addLogFile(java.lang.String fileName, java.util.logging.Level level, boolean append, java.util.logging.Formatter formatter, java.lang.String regexp, Logging.RegexpFilterAgainst regexpAgainst)
          Adds a new logging file.