Package dev.cwhead.GravesX.util
Class MclogsUtil
java.lang.Object
dev.cwhead.GravesX.util.MclogsUtil
Utility class for posting data to mclo.gs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
postLogToMclogs
(String content) Posts the given log content to mclo.gs and returns the URL of the posted log.
-
Method Details
-
postLogToMclogs
Posts the given log content to mclo.gs and returns the URL of the posted log.- Parameters:
content
- The log content to be posted.- Returns:
- The URL of the posted log, or null if the post was unsuccessful.
-