Foswiki::Logger::LogDispatch::FileFiltered is broken for the same reason
Log::Dispatch::FileRotate seems to be more recent. ... done
File, FileRolling and FileUtil all use flock when reading logfiles: this will block the site during the call of eachEventSince() ... reported in Item14732 for core loggers ... fixed
there is a lot of redundant code among log implentations. fixed
code makes use of goto to jump across packages ... fixed