BasicFormatter builds message format.
Formats data to be logged to console.
// Formats the input objectconst logEntry: LogEntry;format(logEntry);
Specifies data and log level to be logged.
Generated using TypeDoc
BasicFormatter builds message format.