Debugging, improved logging, etc.

This commit is contained in:
Ulf Wiger
2026-05-30 13:15:17 +02:00
parent 2ea1966973
commit d7b052a076
14 changed files with 521 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
-define(LOG(Fmt, Args), gm_ctflow:ct_log(Fmt, Args)).
-define(LOG(Flow, Fmt, Args), gm_ctflow:ct_log(Flow, Fmt, Args)).