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 the gm_ctflow application. In this case, the call should simply fall back to calling ct:log/2.
If the gm_ctflow app is running, the log message will be logged in the history.
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 the `gm_ctflow` application. In this case, the call should simply fall back to calling `ct:log/2`.
If the `gm_ctflow` app is running, the log message will be logged in the history.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.