logger
Logger used within Betterer.
Interfaces
Interface | Description |
---|---|
BettererLogger | The logger interface for Betterer reporter and task logging. |
BettererLoggerCodeInfo | The information required to log a code block with a message. |
Type Aliases
Type Alias | Description |
---|---|
BettererLogCode | A function that takes a BettererLoggerCodeInfo and logs it asynchronously. |
BettererLoggerMessage | A message to be logged. |
BettererLoggerMessages | An array of BettererLoggerMessage s to be logged. |
BettererLogMessage | A function that takes an array of BettererLoggerMessage s and logs them asynchronously. |