siberian-fast-food / alogger

Simply the best logging framework for Erlang
Apache License 2.0
50 stars 16 forks source link

PT'ed macroses should return value if there is only one #8

Open si14 opened 13 years ago

si14 commented 13 years ago

So one can write ?INFO({foo(bar, baz)}) instead of T = foo(bar, baz), ?INFO({T}), T.