Package | Description |
---|---|
org.rvpf.base.pipe |
Modifier and Type | Method and Description |
---|---|
static PipeRequest.LogLevel |
PipeRequest.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipeRequest.LogLevel[] |
PipeRequest.LogLevel.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 |
PipeRequest.log(PipeRequest.LogLevel level,
Messages.Entry entry,
Object... params)
Logs a message at the specified level.
|
static void |
PipeRequest.log(PipeRequest.LogLevel level,
String format,
Object... params)
Logs a message at the specified level.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.