I think the properties LoggerAppenderFile::$fileName and
LoggerAppenderFile::$fp need to be declared as protected, instead of
private, because another classes that extends LoggerAppenderFile (i.e.
LoggerAppenderRollingFile) couldn't access these properties when
declared as private.
Sorry if I'm posting to the wrong list.
Thanks in advance.