Logger name, this is the first information written for each log created
Color of the background for the name in the log. This can be any CSS color name or hexadecimal string. You can set the color also after the creation of the logger
Width of the logger name part, if passed and the name is shorter than padding will be added to reach the width
This logs a message and the data with Level.DEBUG
A message to print along the logger name
The optional data to log
This logs a message and the data with Level.ERROR
A message to print along the logger name
The optional data to log
This logs a message and the data with Level.INFO
A message to print along the logger name
The optional data to log
This logs a message and the data with Level.DEBUG
A message to print along the logger name
The optional data to log
This logs a message and the data with Level.WARN
A message to print along the logger name
The optional data to log
Generated using TypeDoc
(You should not use this class directly)
This is the logger created by the LoggerManager, it has all the methods to allow different levels of logging. Every level has a color as border for the message.