diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-03-20 10:22:51 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 4fa5ee0814b1220510819254fca1292cd769db2a (patch) | |
tree | 20ec4f7132881f7a204400c72e5e029ad4d5c757 /mod/module.hxx | |
parent | 492c26b60a5e17c5f405e7f5a7ecd922ccafca66 (diff) |
Trace instead of writing to stdout
Diffstat (limited to 'mod/module.hxx')
-rw-r--r-- | mod/module.hxx | 1 |
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. // |