public static class Slf4jLoggerFactory.Slf4jLogger extends Object implements InternalLogger
| Constructor and Description |
|---|
Slf4jLogger(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
debug(String s,
Object... objects) |
void |
debug(String s,
Object o) |
void |
debug(String s,
Object o,
Object o1) |
void |
debug(String s,
Throwable throwable) |
void |
error(String s) |
void |
error(String s,
Object... objects) |
void |
error(String s,
Object o) |
void |
error(String s,
Object o,
Object o1) |
void |
error(String s,
Throwable throwable) |
String |
getName() |
void |
info(String s) |
void |
info(String s,
Object... objects) |
void |
info(String s,
Object o) |
void |
info(String s,
Object o,
Object o1) |
void |
info(String s,
Throwable throwable) |
void |
warn(String s) |
void |
warn(String s,
Object... objects) |
void |
warn(String s,
Object o) |
void |
warn(String s,
Object o,
Object o1) |
void |
warn(String s,
Throwable throwable) |
public Slf4jLogger(String name)
public String getName()
getName in interface InternalLoggerpublic void debug(String s)
debug in interface InternalLoggerpublic void debug(String s, Object o)
debug in interface InternalLoggerpublic void debug(String s, Object o, Object o1)
debug in interface InternalLoggerpublic void debug(String s, Object... objects)
debug in interface InternalLoggerpublic void debug(String s, Throwable throwable)
debug in interface InternalLoggerpublic void info(String s)
info in interface InternalLoggerpublic void info(String s, Object o)
info in interface InternalLoggerpublic void info(String s, Object o, Object o1)
info in interface InternalLoggerpublic void info(String s, Object... objects)
info in interface InternalLoggerpublic void info(String s, Throwable throwable)
info in interface InternalLoggerpublic void warn(String s)
warn in interface InternalLoggerpublic void warn(String s, Object o)
warn in interface InternalLoggerpublic void warn(String s, Object... objects)
warn in interface InternalLoggerpublic void warn(String s, Object o, Object o1)
warn in interface InternalLoggerpublic void warn(String s, Throwable throwable)
warn in interface InternalLoggerpublic void error(String s)
error in interface InternalLoggerpublic void error(String s, Object o)
error in interface InternalLoggerpublic void error(String s, Object o, Object o1)
error in interface InternalLoggerpublic void error(String s, Object... objects)
error in interface InternalLoggerpublic void error(String s, Throwable throwable)
error in interface InternalLoggerCopyright © 2012–2023 Apache Software Foundation. All rights reserved.