MCPcopy Create free account
hub / github.com/TCPShield/RealIP / warn

Method warn

src/main/java/net/tcpshield/tcpshield/util/Debugger.java:30–33  ·  view source on GitHub ↗
(String format, Object... formats)

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public void warn(String format, Object... formats) {
32 this.logger.warning("Debug : " + String.format(format, formats));
33 }
34
35 @Override
36 public void error(String format, Object... formats) {

Callers 6

initValidatorsMethod · 0.80
handleHandshakeMethod · 0.80
initMethod · 0.80
onPlayerHandshakeMethod · 0.80
handleEventMethod · 0.80
loadCIDRMatchersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected