Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Story] Rust logging MVP for S-Core #1896

@arsibo

Description

@arsibo

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 macros from log crate
  • no allocation in frontend
  • support for custom context without 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Status

    No status

    Status

    Backlog

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions