aboutsummaryrefslogtreecommitdiff
path: root/mod/module.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-03-20 10:22:51 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-04-24 15:14:54 +0200
commitcd2ecb8147d4c45b0084703478d5ec74fcba105e (patch)
tree6ce5f2d35fb9031c6f813d6d945f0fff3da37162 /mod/module.hxx
parent56bbaba6f5988851a56c9617087cd7a56eb08af1 (diff)
Trace instead of writing to stdout
Diffstat (limited to 'mod/module.hxx')
-rw-r--r--mod/module.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/module.hxx b/mod/module.hxx
index f3e062e..157f5d5 100644
--- a/mod/module.hxx
+++ b/mod/module.hxx
@@ -93,6 +93,7 @@ namespace brep
template <class F> void l1 (const F& f) const {if (verb_ >= 1) f ();}
template <class F> void l2 (const F& f) const {if (verb_ >= 2) f ();}
+ template <class F> void l3 (const F& f) const {if (verb_ >= 3) f ();}
// Set to true when the handler is successfully initialized.
//