public MircLogParser( string path, Plugin plugin, int count ) { this.path = path; this.plugin = plugin; this.count = count; }
public FlatLogParser( string path, Plugin plugin ) { this.path = path; this.plugin = plugin; }