public final class ServerLogger
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServerLogger
public ServerLogger(String level)
-
Method Details
-
debug
public void debug(String message)
-
info
public void info(String message)
-
warn
public void warn(String message)
-
error
public void error(String message)
-