www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14852] New: std.experimental.logger should include the log

https://issues.dlang.org/show_bug.cgi?id=14852

          Issue ID: 14852
           Summary: std.experimental.logger should include the log level
                    during logging
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: Jesse.K.Phillips+D gmail.com

When using the new logging module the message is logged as follows:

2015-07-31T13:36:48.160:source\app.d:main:33 My log message

The entry should include the level at which the logging happened:

2015-07-31T13:36:48.160:source\app.d:main:33 Info - My log message

--
Jul 31 2015