| Package | Description |
|---|---|
| com.github.markusbernhardt.proxy.util |
| Modifier and Type | Method and Description |
|---|---|
static Logger.LogLevel |
Logger.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logger.LogLevel[] |
Logger.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 |
Logger.log(Class<?> clazz,
Logger.LogLevel loglevel,
String msg,
Object... params)
Logs a message.
|
void |
Logger.LogBackEnd.log(Class<?> clazz,
Logger.LogLevel loglevel,
String msg,
Object... params)
Invoked for every logging event.
|
void |
Logger.Slf4jLogBackEnd.log(Class<?> clazz,
Logger.LogLevel loglevel,
String msg,
Object... params)
Invoked for every logging event.
|
Copyright © 2020. All rights reserved.