<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 24, 2014 at 2:57 AM, David Osborne via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Destroy :)<br>
</blockquote></div><br></div><div class="gmail_extra">Overall, this approach seems good.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Not sure I like forcing one format for all sinks though - it is often desired/necessary to have different sinks (aka appenders) format the log messages differently.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Aside: I'd recommend anyone looking at logging examine the logback architecture, if they haven't already:</div><div class="gmail_extra"><a href="http://logback.qos.ch/manual/architecture.html">http://logback.qos.ch/manual/architecture.html</a><br>
</div><div class="gmail_extra">Not saying std.logger should look like this, but shows one fairly well thought out solution.</div></div>