public class Slf4jLogAdapter extends Object implements LogAdapter
Constructor and Description |
---|
Slf4jLogAdapter(Class clazz) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message,
Object... args) |
void |
error(String message,
Object... args) |
void |
info(InputStream inputStream) |
void |
info(String message,
Object... args) |
boolean |
isDebugEnabled() |
void |
warn(String warnMessage,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
public Slf4jLogAdapter(Class clazz)
public void warn(String warnMessage, Object... args)
warn
in interface LogAdapter
public void error(String message, Object... args)
error
in interface LogAdapter
public void debug(String message, Object... args)
debug
in interface LogAdapter
public void info(String message, Object... args)
info
in interface LogAdapter
public void info(InputStream inputStream)
info
in interface LogAdapter
public boolean isDebugEnabled()
isDebugEnabled
in interface LogAdapter
Copyright © 2020. All rights reserved.