On 08/23/2013 10:34 PM, Jacob Carlborg wrote: > On 2013-08-23 18:48, Robert Schadek wrote: > >> I do as well, but this will lead to template bloat, as many people will >> tell you, and log("device id: %s".format(device.id)); is >> not so bad. > > Won't it be just as much template bloat using "format"? > well yes, but log(A...)(A a) { format("...", a); } is worse ;-)
- Re: std.logger Robert Schadek
- Re: std.logger Gary Willoughby
- Re: std.logger Robert Schadek
- Re: std.logger Jonathan M Davis
- Re: std.logger H. S. Teoh
- Re: std.logger Johannes Pfau
- Re: std.logger Jonathan M Davis
- Re: std.logger Robert Schadek
- Re: std.logger Johannes Pfau
- Re: std.logger Jacob Carlborg
- Re: std.logger Robert Schadek
- Re: std.logger Volcz