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, all status messages, etc., are written to stdout using printf. This is very restrictive, and a logging library should be integrated into urlearning. Since we already use Boost, its logging library seems like a reasonable choice.