[Issue 19695] New: std.experimental.logger: Rotated file logger

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 23 13:52:43 UTC 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 at puremagic.com
          Reporter: andre at 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.

--


More information about the Digitalmars-d-bugs mailing list