[TIMOB-24950] Support log formatting
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 6.1.1 |
| Fix Version/s | n/a |
| Components | Android, iOS |
| Labels | n/a |
| Reporter | Gary Mathews |
| Assignee | Kota Iguchi |
| Created | 2017-07-10T15:51:54.000+0000 |
| Updated | 2019-06-05T04:46:23.000+0000 |
Description
- Log formatting is currently not supported on any platforms
- Our docs suggest our support is equivalent to node.js, which in this case is not true
console.log('%s', 'test'); // test
No comments