On 08/22/2013 06:17 PM, Jacob Carlborg wrote: > On 2013-08-22 18:02, Robert Schadek wrote: > > With my suggestion you can use the with-statement as well if you are > performing a lot of logging: > > with (log) > { > error("bar"); > info("foo"); > } > yes, I believe you're right, but I have not coded/tested it yet