Ticket #11 (new requirement)

Opened 4 years ago

Last modified 4 years ago

add logging wrapper to HighTest

Reported by: ecn Assigned to: ecn
Priority: major Milestone: "Rubi Demo"
Component: Libraries Version: 1.0
Keywords: requirements Cc:

Description

Logging is a common programming task. It useful for debugging: it allows debugger-free information gathering, it minimizes the impoact to a running program, it allows for the correlation of errors and external events.

So, wrap a library for logging to simplify the API, to isolate ourselves from changes to that API and to allow the implementation to change for some constrained (embedded) environments.

Change History

01/23/08 08:43:36 changed by ecn

  • component changed from component1 to Libraries.

01/23/08 08:54:59 changed by ecn

  • type changed from defect to requirement.