You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most of the Characteristics implementations do not conform to CustomStringConvertible. Therefore, using them within logging output is clumsy and always requires explicit usage of String(describing:). At the same time this might not always be the desired formatting.``
Solution
Consistently implement CustomStringConvertible conformance for all characteristics providing a readable, printable output.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, most of the Characteristics implementations do not conform to
CustomStringConvertible
. Therefore, using them within logging output is clumsy and always requires explicit usage ofString(describing:)
. At the same time this might not always be the desired formatting.``Solution
Consistently implement
CustomStringConvertible
conformance for all characteristics providing a readable, printable output.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: