Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11551] iOS: API.log with timestamp arg fails to log timestamp

GitHub Issuen/a
TypeSub-task
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2012-10-30T22:07:08.000+0000
Affected Version/sRelease 2.1.2, Release 2.1.3
Fix Version/sn/a
ComponentsiOS
Labelsqe-ios100112
ReporterDustin Hyde
AssigneeIngo Muschenetz
Created2012-10-20T07:10:26.000+0000
Updated2017-03-22T17:22:08.000+0000

Description

Ti.API.log('timestamp') does not log the timestamp. This is not a regression. This is basic logging functionality. It is unknown if this occurs in Titanium SDK 3.0.0.v20121019153308 due to TIMOB-11519. Steps to Reproduce: 1. Run code:
Ti.API.log('timestamp');
Actual Result: [INFO] timestamp Expected Result: [TIMESTAMP] 372409149.368474

Comments

  1. Vishal Duggal 2012-10-25

    Use Ti.API.timestamp(''); to log timestamp without a message
  2. Dustin Hyde 2012-10-30

    Reopening as New Feature. Add API.timestamp support to API.log on iOS.
  3. Vishal Duggal 2012-10-30

    @Dustin We already have an Ti.API.timestamp(String/String[]).
  4. Lee Morris 2017-03-22

    Closing ticket as the issue will not fix and with reference to the above comments.

JSON Source