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

Use logFn configuration to logging (fixes #325) #334

Merged
merged 2 commits into from
Mar 31, 2015
Merged

Conversation

okuryu
Copy link
Member

@okuryu okuryu commented Mar 28, 2015

util.error have been deprecated on Node v0.12, but YUI still uses it. It uses logFn configuration of YUI to avoid this problem. Basically, it'll uses console.* functions instead.

Fix #325.

`util.error` have been deprecated on Node v0.12, but YUI still uses it. It uses
`logFn` configuration of YUI to avoid this problem. Basically, it'll uses
`console.*` functions instead.

Fix yui#325.
@yahoocla
Copy link

CLA is valid!

@okuryu okuryu mentioned this pull request Mar 28, 2015
17 tasks
@okuryu
Copy link
Member Author

okuryu commented Mar 28, 2015

Added converting objects to string.

@okuryu okuryu added this to the v0.7.0 milestone Mar 30, 2015
@okuryu okuryu self-assigned this Mar 30, 2015
@okuryu okuryu merged commit 7134d92 into yui:master Mar 31, 2015
@okuryu okuryu deleted the fix325 branch March 31, 2015 14:08
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.

util.error: Use console.error instead
3 participants