Class LegacyColorsLogger

java.lang.Object
com.kamikazejam.kamicommon.util.log.LoggerService
com.kamikazejam.kamicommon.util.log.LegacyColorsLogger

public class LegacyColorsLogger extends LoggerService
Simple colored logger that automatically parse legacy color codes using the section symbol (§) or ampersand (&).

This logger is designed for use in Bukkit/Spigot/Paper plugins, and will prepend the plugin name to each message.

It supports different log levels, and will colorize the output accordingly:
- DEBUG (Level.FINE): Gray
- INFO (Level.INFO): No colorization
- WARNING (Level.WARNING): Yellow
- SEVERE (Level.SEVERE): Red

Note: The logger does not currently support other log levels.