Project

General

Profile

User story #182

Updated by André Neto over 9 years ago

As a developer I want to be able to write log messages at every level of the framework. The logging mechanism shall be interrupt-safe.
This would satisfy requirements:
* MARTe-EX-F-3.1.1: The framework shall offer developers an interrupt-safe logging mechanism.
* MARTe-EX-F-3.1.2: The framework shall automatically include in the log message the absolute time of the message.
* MARTe-NE-F-3.1.3: The framework shall automatically include in the log message the source file line number.
* MARTe-NE-F-3.1.4: The framework shall automatically include in the log message the source filename.
* MARTe-NE-F-3.1.7: The framework shall automatically include in the log message the identifier of the thread from which the message is triggered from.
* MARTe-NE-F-3.1.8: The framework shall allow developers to specify the severity of the log message.

h1. Source code files modified

h1. Architecture & design review

*Date of the review:* 31/07/2015

*Person who did the review:* Andre' Neto

*Version of architecture & design document:* N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* 23/08/2015 --/--/2015

*Person who did the review:* Andre' Neto

*Result of review:* TO BE DISCUSSED.



*List of non-conformities:*

* I believe we should rename all the Error infrastructure to Log infrastructure, otherwise it will lead to confusion. We log a lot of Information and Debug.

N/A.

h1. Unit test review

*Date of the review:* --/--/2015

*Person who did the review:* -----

*Result of coverage tests review:* [PASS/FAIL]

*Result of functional tests review:* [PASS/FAIL]

*Result of review:* [PASS/FAIL]

*List of non-conformities:*

Back