Class MclogsUtil

java.lang.Object
com.ranull.graves.util.MclogsUtil

public final class MclogsUtil extends Object
Utility class for posting data to mclo.gs.
  • Field Details

  • Constructor Details

    • MclogsUtil

      public MclogsUtil()
  • Method Details

    • postLogToMclogs

      public static String postLogToMclogs(String content)
      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.