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

process console.log|info|warn|error message parameters client side #13

Open
sidorares opened this issue May 5, 2015 · 0 comments
Open

Comments

@sidorares
Copy link
Owner

When console.log("test %s", 1) is evaluated in the browser context this results in console message sent back to crconsole with "text" property set to "test %s" and parameters to "test %s" and 1. Need to process them on the crconsole side. See some discussion in #10

Also see https://developer.chrome.com/devtools/docs/console#using-the-console-api
for example, might worth adding stack trace is level is "error".

support group() groupEnd() ? console.table() ? ( TODO: check out how they are serialized )

respect colors? https://developer.chrome.com/devtools/docs/console#styling-console-output-with-css

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

No branches or pull requests

1 participant