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

Logging Module #1425

Merged
merged 2 commits into from
Feb 17, 2017
Merged

Logging Module #1425

merged 2 commits into from
Feb 17, 2017

Conversation

oliverfoster
Copy link
Member

@oliverfoster oliverfoster commented Feb 16, 2017

same as #1405 but with ie8 support

fixes: #1399

Note:

ie8 will not add spaces for console.log("a","b","c") style output. So it will read "abc" and not "a b c" as with more modern browsers.

* Logging module

* Fixed indentation, added line breaks, made qs override case-insensitive, adjusted log functions arguments
@oliverfoster oliverfoster merged commit 7e67c20 into master Feb 17, 2017
@oliverfoster oliverfoster mentioned this pull request Feb 17, 2017
@moloko moloko deleted the feature/logging_1399 branch February 28, 2017 20:17
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.

Add logging system
4 participants