www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18021] New: FileLogger Member not accessible to subclasses

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

          Issue ID: 18021
           Summary: FileLogger Member not accessible to subclasses
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: rburners gmail.com

The file and and the filename are marked private inside of FileLogger,
therefore they can not be accessed by subclasses of FileLogger. That is a
problem.

--
Nov 30 2017