Package net.bjmsw.hda.vs.helper
Class Logging
java.lang.Object
net.bjmsw.hda.vs.helper.Logging
A simple logging utility class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Logging
public Logging()
-
-
Method Details
-
debug
Logs a message to the console if the server is in verbose mode.- Parameters:
message- the message to log
-
error
Logs an error message to the console.- Parameters:
message- the error message to log
-
error
-