[Issue 15771] FileLogger should create the output directory if it does not exist

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 6 04:42:24 PST 2016


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

ZombineDev <petar.p.kirov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov at gmail.com

--- Comment #1 from ZombineDev <petar.p.kirov at 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)

--


More information about the Digitalmars-d-bugs mailing list