Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Javascript multilang is not currently consistent with how console.log works. With console.log it is possible to:
- print several variables / values ( console.log(foo, bar, 1) )
- print objects without first stringifying them.
Logging in JavaScript multilang should be made to accept multiple arguments without restricting the types, stringifying them if necessary.
Additionally, though multilang protocol supports logging levels, they are not implemented in storm.js at the moment.
Implementing these would make it more natural and inline with how JavaScript logging works. Changes in code are limited to storm.js
Attachments
Issue Links
- links to