Package com.ranull.graves.util
Class MclogsUtil
java.lang.Object
com.ranull.graves.util.MclogsUtil
Utility class for posting data to mclo.gs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.
-
Field Details
-
API_URL
- See Also:
-
-
Constructor Details
-
MclogsUtil
public MclogsUtil()
-
-
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.
-