<div dir="ltr">Hi, I've got problem with using maps:  <a href="https://github.com/basho/lager/issues/218">https://github.com/basho/lager/issues/218</a><div><br></div><div>Right now lager (and especially version 2.0.2) cannot print maps. It leads to severe problems in my case, but it is another story.</div>
<div><br></div><div><br></div><div>If map support will be added to lager master, it means that R16 users will not be able to use it.</div><div><br></div><div>Maybe I've missed some thread, but is it possible to write something like:</div>
<div><br></div><div>format(...) -></div><div>   ...;</div><div><br></div><div>-ifdef(R17)</div><div>format(#{key => Value}) -></div><div>   ...;</div><div><br></div><div>-endif.</div><div><br></div><div>format(Else) -></div>
<div>   ...</div><div><br></div><div>Is there any preprocessor directive that will help to distinguish 17+ from R16- ?</div><div><br></div><div><br></div></div>