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

Extract default handler #31

Merged
merged 3 commits into from
Jul 5, 2016
Merged

Conversation

jonnyreeves
Copy link
Owner

Add Logger.createDefaultHandler()

Provide a way to access the default handler which writes to the appropriate console method (including shims for legacy browsers). This makes it easy to extend the default handler with your own custom logic.

Provide a way to access the default handler which writes to the appropriate console method (including shims for legacy browsers).  This makes it easy to extend the default handler with your own custom logic.

Fixes #26, #28
@jonnyreeves jonnyreeves force-pushed the feature/extract-default-handler branch from 32b750f to 0906f8d Compare July 5, 2016 20:30
@jonnyreeves jonnyreeves merged commit 073ef21 into master Jul 5, 2016
@jonnyreeves jonnyreeves deleted the feature/extract-default-handler branch July 5, 2016 20:37
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