phobos/std/experimental/logger
Arun Chandrasekaran 09c20ecb76 logger: print log level string.
Log message currently doesn't have log level, thread ID, etc. Log messages
without this information is mostly useless.

However, printing the thread ID requires std.concurrency to be @safe
which is not possible at the moment. So I've added only the log level to
the message string.
2018-12-20 20:18:44 -08:00
..
core.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
filelogger.d logger: print log level string. 2018-12-20 20:18:44 -08:00
multilogger.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
nulllogger.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00