Don't crash if ct_log/2 is called when app not running #4
Reference in New Issue
Block a user
Delete Branch "uw-ct_log-fallback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It may be good to be able to call
gm_ctflow:ct_log(Fmt, Args)from helper code, which might also be called from test suites that don't run thegm_ctflowapplication. In this case, the call should simply fall back to callingct:log/2.If the
gm_ctflowapp is running, the log message will be logged in the history.