public class TunedLogger extends Object
| Constructor and Description |
|---|
TunedLogger(Class<?> tClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(TunedRabbitProperties properties,
String message,
Object... params) |
void |
info(TunedRabbitProperties properties,
String message,
Object... params) |
static TunedLogger |
init(Class<?> tClass) |
void |
log(TunedRabbitProperties properties,
LogLevel level,
String message,
Object... params) |
void |
warn(TunedRabbitProperties properties,
String message,
Object... params) |
public TunedLogger(Class<?> tClass)
public static TunedLogger init(Class<?> tClass)
public void info(TunedRabbitProperties properties, String message, Object... params)
public void warn(TunedRabbitProperties properties, String message, Object... params)
public void error(TunedRabbitProperties properties, String message, Object... params)
public void log(TunedRabbitProperties properties, LogLevel level, String message, Object... params)
Copyright © 2022 Tradeshift. All rights reserved.