appcelerator-archive / titanium_cli

Node package for Titanium CLI
http://appcelerator.com
Other
49 stars 7 forks source link

Extend support.Logger for file output #72

Open tonylukasavage opened 12 years ago

tonylukasavage commented 12 years ago

We may not want to see all the output on the command line, but it would be good in many cases to still log it somewhere. Much like TiStudio, we should have some kind of build.log file where we can go back and check on a build that was run with the -v, --verbose option, or one that was run with the -q, --quiet option.

tonylukasavage commented 12 years ago

It might be nice to have separate log fies for each build target: android, ios, mobileweb. It'll make it easier to debug.