Package org.sgrewritten.stargate
Interface StargateLogger
public interface StargateLogger
A logger for the stargate plugin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logMessage
(Level priorityLevel, String message) Logs a message to the console
-
Method Details
-
logMessage
Logs a message to the console- Parameters:
priorityLevel
-The priority level for the logged message
message
-The message to log
-