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
For better visibility as to what our app is doing, we should consider adding logging. Adding logging to the application-layer doesn't have any constraints. However, if we want to add the library layer we need to be careful so that it is opt-in. We don't want to print messages as a library, without the explicit approval of the end-user.
Note: in this case, end-user might be another binary built with tockloader-lib.
The text was updated successfully, but these errors were encountered:
For better visibility as to what our app is doing, we should consider adding logging. Adding logging to the application-layer doesn't have any constraints. However, if we want to add the library layer we need to be careful so that it is opt-in. We don't want to print messages as a library, without the explicit approval of the end-user.
Note: in this case, end-user might be another binary built with
tockloader-lib
.The text was updated successfully, but these errors were encountered: