Package io.github.syst3ms.skriptparser.log


package io.github.syst3ms.skriptparser.log
  • Class
    Description
     
    A type describing an error, mainly used to indicate priority in errors.
    An entry in Skript's log.
    An enum describing what a log message can be : an info, a warning, an error or a debug message.
    An object through which Skript can keep track of errors, warnings and other useful information to the one that writes Skript code.