<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm still missing a logging facility in D and as the last attempt
    seam to have stopped I want to throw <br>
    in my version. After reading through the std.log thread I made my
    conclusions and created my own <br>
    logger. People seamed to be unhappy with the naming and the way of
    configuration. <br>
    Additionally when to throw or not to throw seamed to be an argument.<br>
    <br>
    My attempt is to provide a very small functional interface to
    logging. IMO it is impossible to fulfill<br>
    all requirements a D developer can have through configuration
    classes and such, I designed the<br>
    a abstract Logger class that can be easily implemented to one's own
    needs.<br>
    <br>
    As a quick start feature I created a Stdio- and File-Logger. If no
    Logger is provided to the log<br>
    function a defaultLogger will be used.<br>
    <br>
    Docu:<br>
    <a class="moz-txt-link-freetext" href="http://burner.github.io/phobos/phobos-prerelease/std_logger.html">http://burner.github.io/phobos/phobos-prerelease/std_logger.html</a><br>
    <br>
    Pull Request:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a class="moz-txt-link-freetext" href="https://github.com/D-Programming-Language/phobos/pull/1500">https://github.com/D-Programming-Language/phobos/pull/1500</a><br>
    <br>
    <br>
    I hope this will lead to some progress in phobos, when it comes to
    message logging.<br>
  </body>
</html>