Titanium JIRA Archive
Alloy (ALOY)

[ALOY-675] Move logger.js out of "common" folder

GitHub Issuen/a
TypeStory
PriorityLow
StatusResolved
ResolutionFixed
Resolution Date2013-05-28T22:07:07.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.2.0, 2013 Sprint 11
ComponentsDocumentation, Runtime
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2013-05-28T20:39:28.000+0000
Updated2018-03-07T22:25:43.000+0000

Description

only modules that would work in both nodejs and Titanium should be housed in the "Alloy/common" folder in the alloy distribution. While logger.js _should_ work in both environments, it is not necessary for it to attempt to replace the current Ti.API logging functions. For this reason it should be moved out of the "Alloy/common" folder and into the "Alloy" folder. All require() calls referencing logger.js will also need to be changed as well.

Comments

  1. Tony Lukasavage 2013-05-28

    PR: https://github.com/appcelerator/alloy/pull/137 Testing: If all automated tests pass, this task is verified jake test:all

JSON Source