https://issues.dlang.org/show_bug.cgi?id=15534
Issue ID: 15534
Summary: [std.experimental.logger.core] Documentation mismatch
Product: D
Version: D2
Hardware: All
URL: http://dlang.org/phobos/
OS: All
Status: NEW
Severity: minor
Priority: P3
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
Hi,
The documentation for Logger::this(LogLevel lv) talks about a string argument,
which doesn't exist. Also, the example for user defined loggers in package.d
does not compile.
Bastiaan.
--