-
Notifications
You must be signed in to change notification settings - Fork 65
Open
0 / 20 of 2 issues completedMilestone
Description
Currently, we are having an enabler logging solution in S-CORE for Rust based on open source code from the log crate. The decision was that this is not able to bring the required features, so it has to be coded.
Frontend - user-level API used by all other modules. High-level assumptions
- basic compatibility of logging
macrosfromlogcrate - no allocation in frontend
- support for custom
contextwithout a need to use custom logger for macro (ie.info!(context = "CTX", "log message")) - formatting of base types using custom formatting handles injectable from the backend
Backend - a connector that implements different logging sinks like console, file or c++ mw_log
- currently no details
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status
Status
No status
Status
Backlog
Status
No status