Skip to main content

logger

API > @betterer/logger

Logger used within Betterer.

Interfaces

InterfaceDescription
BettererLoggerThe logger interface for Betterer reporter and task logging.
BettererLoggerCodeInfoThe information required to log a code block with a message.

Type Aliases

Type AliasDescription
BettererLogCodeA function that takes a BettererLoggerCodeInfo and logs it asynchronously.
BettererLoggerMessageA message to be logged.
BettererLoggerMessagesAn array of BettererLoggerMessages to be logged.
BettererLogMessageA function that takes an array of BettererLoggerMessages and logs them asynchronously.