package org.embulk.parser.apache.log; public interface LogElementFactory { T create(String parameter); }