February 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19695

          Issue ID: 19695
           Summary: std.experimental.logger: Rotated file logger
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: andre@s-e-a-p.de

Could you add a rotated file logger (similiar to e.g. what python provides).

In server environment and especially in cloud environment one big log file is cumbersome to use. It makes more sense to split the log in small files based on time/size.

--