ILogger
Base class used to interface with the crafttweaker.log file and other loggers (such as the player logger).
Questa classe è stata aggiunta da una mod con ID crafttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importing the class
Potrebbe essere necessario importare il pacchetto, se si incontrano dei problemi (come castare un vettore), quindi meglio essere sicuri e aggiungere la direttiva di importazione.
Methods
debug
Logs a debug message.
error
Logs an error message.
info
Logs an info message.
warning
Logs a warning message.