nestlog: log levels

This commit is contained in:
Roland Conybeare 2023-09-15 17:39:35 -04:00
commit 5339e9b124
7 changed files with 76 additions and 24 deletions

View file

@ -3,7 +3,7 @@
using namespace xo;
void A(int x) {
XO_SCOPE(log);
XO_SCOPE(log, info);
log("x:", x);
}