Skip to content

Conversation

@kshmidt-digma
Copy link
Collaborator

Closes #862

@kshmidt-digma kshmidt-digma requested a review from opoliarush June 6, 2024 20:21
import { LOG_LEVEL } from "./logging/types";

export const logger = new Logger(
window.isLoggingEnabled === true ? LOG_LEVEL.DEBUG : LOG_LEVEL.NONE
Copy link
Contributor

Choose a reason for hiding this comment

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

mb instead of having isLoggingEnabled just set logLevel?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Postponed to discuss the changes with the team

@kshmidt-digma kshmidt-digma merged commit e946f34 into main Jun 7, 2024
@kshmidt-digma kshmidt-digma deleted the feature/logger branch June 7, 2024 12:02
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.

Introduce logger

3 participants