Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make logging compatible with rageshakes #1214

Merged
merged 2 commits into from
Feb 14, 2020
Merged

Conversation

bwindels
Copy link
Contributor

No description provided.

@bwindels bwindels requested a review from a team February 14, 2020 16:31
src/logger.js Outdated Show resolved Hide resolved
@bwindels bwindels merged commit 62c344b into develop Feb 14, 2020
const supportedByConsole = methodName === "error" ||
methodName === "warn" ||
methodName === "trace" ||
methodName === "info";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug is also supported I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, when I tried console.debug(...) didn't seemed to output anything. But indeed seems to work 🤷‍♂️

@t3chguy t3chguy deleted the bwindels/workswithrageshakes branch May 10, 2022 14:29
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.

3 participants