ua-parser/uap-php

Adding more custom log readers

Xuphey opened this issue · 0 comments

static::$readers[] = new ApacheCommonLogFormatReader();

Could it be possible to let the factory read a directory of "LogReader" classes? I'd like to add few more reader classes without touching this code.