summary refs log tree commit diff stats
path: root/tests/macros/tstructuredlogging.nim
Commit message (Collapse)AuthorAgeFilesLines
* A motivating example for the new `bindSym` behavior.Zahary Karadjov2018-05-071-0/+154
The example is a proof-of-concept logging library, allowing you to define lexically-scoped environments where certain logging attributes are applied automatically to all logging statements. fixes tmacro1 (use of `bindSym` inside static blocks)