[
https://issues.apache.org/jira/browse/MYNEWT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditi Hilbert closed MYNEWT-2.
------------------------------
> 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)