public class JGroupsLogger extends Object implements org.jgroups.logging.Log
Constructor and Description |
---|
JGroupsLogger(org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
void |
debug(String msg,
Object... args) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg) |
void |
error(String msg,
Object... args) |
void |
error(String msg,
Throwable t) |
void |
fatal(String msg) |
void |
fatal(String msg,
Object... args) |
void |
fatal(String msg,
Throwable throwable) |
String |
getLevel() |
void |
info(String msg) |
void |
info(String msg,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
setLevel(String level) |
void |
trace(Object msg) |
void |
trace(String msg) |
void |
trace(String msg,
Object... args) |
void |
trace(String msg,
Throwable t) |
void |
warn(String msg) |
void |
warn(String msg,
Object... args) |
void |
warn(String msg,
Throwable t) |
public boolean isFatalEnabled()
isFatalEnabled
in interface org.jgroups.logging.Log
public boolean isErrorEnabled()
isErrorEnabled
in interface org.jgroups.logging.Log
public boolean isWarnEnabled()
isWarnEnabled
in interface org.jgroups.logging.Log
public boolean isInfoEnabled()
isInfoEnabled
in interface org.jgroups.logging.Log
public boolean isDebugEnabled()
isDebugEnabled
in interface org.jgroups.logging.Log
public boolean isTraceEnabled()
isTraceEnabled
in interface org.jgroups.logging.Log
public void trace(String msg)
trace
in interface org.jgroups.logging.Log
public void trace(String msg, Object... args)
trace
in interface org.jgroups.logging.Log
public void trace(String msg, Throwable t)
trace
in interface org.jgroups.logging.Log
public void debug(String msg)
debug
in interface org.jgroups.logging.Log
public void debug(String msg, Object... args)
debug
in interface org.jgroups.logging.Log
public void debug(String msg, Throwable t)
debug
in interface org.jgroups.logging.Log
public void info(String msg)
info
in interface org.jgroups.logging.Log
public void info(String msg, Object... args)
info
in interface org.jgroups.logging.Log
public void warn(String msg)
warn
in interface org.jgroups.logging.Log
public void warn(String msg, Object... args)
warn
in interface org.jgroups.logging.Log
public void warn(String msg, Throwable t)
warn
in interface org.jgroups.logging.Log
public void error(String msg)
error
in interface org.jgroups.logging.Log
public void error(String msg, Object... args)
error
in interface org.jgroups.logging.Log
public void error(String msg, Throwable t)
error
in interface org.jgroups.logging.Log
public void fatal(String msg, Object... args)
fatal
in interface org.jgroups.logging.Log
public void fatal(String msg)
fatal
in interface org.jgroups.logging.Log
public void fatal(String msg, Throwable throwable)
fatal
in interface org.jgroups.logging.Log
public void trace(Object msg)
trace
in interface org.jgroups.logging.Log
public void setLevel(String level)
setLevel
in interface org.jgroups.logging.Log
public String getLevel()
getLevel
in interface org.jgroups.logging.Log
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.