Constructs a new logger.
The module name.
The color of the module name.
The color of module name.
The module name of the logger.
Static
DEBUGWhether or not debug messages should be shown.
Logs a chat message to the console. This shoud not be handeled by anyone just the TextPacket
The arguments to log.
Logs a debug message to the console.
This will only log if the DEBUG
flag is set to true
.
The arguments to log.
Logs an error message to the console.
The arguments to log.
Logs an info message to the console.
The arguments to log.
Logs a message to the console.
The arguments to log.
Logs a success message to the console.
The arguments to log.
Logs a warning message to the console.
The arguments to log.
A colorized logger for applications.