Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jan 15, 2025

Problem:

  • Many logging backends have varying ideas of what a log level is. The MIPI-SysT
    spec defines two user-defined values. It would be nice to use a strongly-typed
    enumeration in application code that can re-spell the USER1 and USER2
    values.

Solution:

  • Make logging level-agnostic.
  • The MIPI-SysT levels are provided for default use, but they aren't required.

Problem:
- Many logging backends have varying ideas of what a log level is. The MIPI-SysT
  spec defines two user-defined values. It would be nice to use a strongly-typed
  enumeration in application code that can re-spell the `USER1` and `USER2`
  values.

Solution:
- Make logging level-agnostic.
- The MIPI-SysT levels are provided for default use, but they aren't required.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦷

@lukevalenty lukevalenty merged commit 903437b into intel:main Jan 16, 2025
22 checks passed
@elbeno elbeno deleted the custom-log-level branch January 17, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants