You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Sterling Hughes (JIRA)" <ji...@apache.org> on 2015/11/04 00:39:27 UTC

[jira] [Created] (MYNEWT-2) Logging interface needed

Sterling Hughes created MYNEWT-2:
------------------------------------

             Summary: Logging interface needed
                 Key: MYNEWT-2
                 URL: https://issues.apache.org/jira/browse/MYNEWT-2
             Project: Mynewt
          Issue Type: New Feature
            Reporter: Sterling Hughes
            Assignee: Sterling Hughes


There should be a standard logging interface & package, that is usable by all programs.

This logger should have the following functionality: 

- Multiple destinations to store the log data  
  - FS
  - Memory
  - Console 

- The ability to have log data come from a specific sub-system (i.e. "os" or "ble"), and to direct those different subsystems to different storage locations. (i.e. write OS to FS, write BLE to memory, etc.)

- A log mask which allows you to turn on and off multiple log levels simultaneously.  

Every log entry should have minimally: 

- Timestamp (64-bits of time) 
- Log Level / Type
- Entry length 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)