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

Enhance Logging Flexibility with Custom Logger Support #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nevehallon
Copy link

Description

This PR introduces support for a custom logger in addition to the default terminal logger within a logging system, specifically targeting development environments like quasar dev. The customLogger option allows developers to seamlessly integrate their own logging solutions, facilitating a more tailored development experience by enabling custom log handling during the development phase. This is particularly beneficial for projects requiring specific log formats or routing logs to different destinations, which is common in complex development setups.

The addition of a customLogger is motivated by the need to adapt logging practices to diverse development environments without disrupting the core functionality. By leveraging this feature during quasar dev, developers can debug and manage application logs more effectively, aligning with specific project requirements.

Key areas for review:

  • The compatibility and integration of the customLogger within the quasar dev environment.
  • Impact on the default logging behavior and how the new logger interacts with existing logging configurations.
  • Compliance with the overall architectural and design principles, especially concerning error handling and API consistency.

Before creating the pull request, please make sure you do the following:

  • Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
  • Provide a description in this PR that addresses what the PR is solving, and mention the specific use case of enhancing the quasar dev environment.
  • Update the corresponding documentation if needed.
  • Include relevant tests that fail without this PR but pass with it, particularly focusing on the quasar dev scenario.

Thank you for contributing!

add option to provide additional custom console methods
@nevehallon nevehallon marked this pull request as ready for review May 14, 2024 08:52
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.

1 participant