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

ZombineDev <petar.p.ki...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.ki...@gmail.com

--- Comment #1 from ZombineDev <petar.p.ki...@gmail.com> ---
Perhaps this behavior can be supported by adding an additional flag to the
constructor? For example:

- this(in string fn, const LogLevel lv = LogLevel.all)

+ this(in string fn, const LogLevel lv = LogLevel.all,
       bool makeParentDirectories = false)

--

Reply via email to