Skip to content

Commit

Permalink
chore: add log.info
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijnK committed Nov 16, 2024
1 parent 7dca92c commit 60cc366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ export const log = (
Logger.formatMessage(category, message, type),
);

log.info = log;

log.error = (category: string, message: unknown) =>
log(category, message, LogType.Error);

Expand Down

0 comments on commit 60cc366

Please sign in to comment.