Skip to content

feat: add error and warn methods to Logger - #1421

Open
samolusey wants to merge 1 commit into
Junirezz:mainfrom
samolusey:issue-no-1326
Open

samolusey wants to merge 1 commit into
Junirezz:mainfrom
samolusey:issue-no-1326

Conversation

@samolusey

Copy link
Copy Markdown

Adds convenience methods to Logger class for error() and warn() logging.

These methods are required by alerting.ts and exposureGuardrails.ts which currently call logger.error() and logger.warn().

  • Added debug(), info(), warn(), and error() methods to Logger class

Closes #1326

@drips-wave

drips-wave Bot commented Sep 25, 2026

Copy link
Copy Markdown

@samolusey Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logger contract must include error and warn methods in the type definition

1 participant