Class Logger
java.lang.Object
preponderous.ponder.minecraft.bukkit.utils.Logger
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Logger
-
-
Method Details
-
log
Method to print a message to the console if the debug flag is set to true.- Parameters:
debug
- to check.message
- to print.- Returns:
boolean
signifying whether or not the method was successful.
-
print
Method to print a message to the console.- Parameters:
message
- to print.
-