[TIMOB-18167] Add Logger implementation to forward logs over TCP to CLI
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-12-17T15:45:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.0.0 |
| Components | CLI, Tooling, Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2014-12-09T21:38:49.000+0000 |
| Updated | 2017-03-14T20:12:36.000+0000 |
Description
We package up an ini file into the apps with the IP/port to use to connect to the CLI and forward logs.
We need to supply a C++ implementation of a logger that will use those settings to connect over TCP to the CLI and pass the logs along. Chris Barber has already done the equivalent for Windows hybrid here: https://github.com/appcelerator/titanium_mobile/blob/master/mobileweb/templates/packages/wp8/%7B%7BProjectName%7D%7D/Logger.cs
https://github.com/appcelerator/titanium_mobile_windows/pull/15
Closing ticket as fixed.