Package ch.njol.skript.log
@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD})
package ch.njol.skript.log
Code related to logging.
-
ClassDescriptionBlocks any messages from being logged.REM: Don't even think about supporting CraftBukkit's new logging library "log4j".Counts logged messages of a certain typeDoes nothing but print messages before the first error encountered and/or a message at the end if no error were encountered.A log handler is used to handle Skripts logging.Redirects the log to a
CommandSender
.A log handler that records the time since its creation.