UCM 1.3 RTF Avatar
  1. OMG Issue

UCM13 — Add a method in the comp_trace policy to log messages with a default severity

  • Key: UCM13-4
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    The invocation of the standard technical policy for traces consists of a method
    log that takes two parameters:

    • the severity (trace, debug, warning, etc.)
    • the log message (a wide character string)

    It can be tedious to always have to specify the severity. There should be an
    additional log method with a default severity.

  • Reported: UCM 1.2 — Tue, 7 Jan 2020 17:13 GMT
  • Disposition: Closed; No Change — UCM 1.3
  • Disposition Summary:

    Do not change the comp_trace policy

    No commonly used logging API (e.g. log4cpp) supports a default severity level. Therefore, such a mechanism does not correspond to current pratice, and may be difficult to understand.

    Platform providers that really want to deal with a default severity loggin level can define their own, non standard, technical policy.

  • Updated: Mon, 4 Oct 2021 17:10 GMT