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)
822'>5d119f61d ^
538699a28 ^





8948a9715 ^

538699a28 ^
8948a9715 ^
538699a28 ^



8948a9715 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23