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
237: Introduce a logging system. r=ryankurte a=achan1989
This pull request makes progress on #183.
I've replaced the existing print/eprint calls with the appropriate logging macros, and arbitrarily chose env_logger to handle the logging.
This should be functionally identical to the branch point, although the format of the logging output is different -- it's now of the form `<SEVERITY> svd2rust: <message>`.
Co-authored-by: achan1989 <[email protected]>
Currently there is only output on STDERR when some subset of failures occur. There is no feedback for items such as:
Additionally, there are no different levels of logging, as of now all output is written directly to stderr.
We should consider adding:
slog
orenv_logger
The text was updated successfully, but these errors were encountered: