public AndroidLogcatDataCooker() : this(DataCookerPath.ForSource(SourceParserIds.AndroidLogcatLog, CookerId)) { }
public DmesgIsoDataCooker() : this(DataCookerPath.ForSource(SourceParserIds.DmesgIsoLog, CookerId)) { }
protected LTTngBaseSourceCooker(string cookerId) : this(DataCookerPath.ForSource(LTTngConstants.SourceId, cookerId)) { }
public CloudInitDataCooker() : this(DataCookerPath.ForSource(SourceParserIds.CloudInitLog, CookerId)) { }
protected PerfBaseSourceCooker(string cookerId) : this(DataCookerPath.ForSource(PerfConstants.SourceId, cookerId)) { }
public WaLinuxAgentDataCooker() : this(DataCookerPath.ForSource(SourceParserIds.WaLinuxAgentLog, CookerId)) { }