Package | Description |
---|---|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
int maxSize,
int maxCount)
Adds a new logging file.
|
static void |
Logging.addLogFile(java.lang.String fileName,
java.util.logging.Level level,
boolean append,
java.lang.String formatter,
java.lang.String regexp,
Logging.RegexpFilterAgainst regexpAgainst,
int maxSize,
int maxCount,
java.util.Map<java.lang.String,java.lang.Object> namedInstances)
Adds a new logging file.
|