nestlog: log levels
This commit is contained in:
parent
db9e34d8e9
commit
5339e9b124
7 changed files with 76 additions and 24 deletions
|
|
@ -3,7 +3,7 @@
|
|||
using namespace xo;
|
||||
|
||||
void A(int x) {
|
||||
XO_SCOPE(log);
|
||||
XO_SCOPE(log, info);
|
||||
|
||||
log("x:", x);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue