Add an individual argument to the log entry's args array.
The argument to add to the log entry's args array.
Transforms a log entry into an string that is formatted specifically for the console. Makes use of the
chalkColor associated with the log level.
The log entry in a colorized string format.
Getter method for the log entry's args.
The LogEntry's args.
Getter method for the log entry's date.
The LogEntry's date.
Getter method for the log entry's log level.
The LogEntry's log level.
Setter method for the log entry's args.
The arguments to set to the log entry.
Transforms a log entry into a string.
The log entry in a string format.
Creates a new LogEntry.
The log level for this log entry.
Generated using TypeDoc
Class that contains all the log data created by the LogService.