throw new IllegalArgumentException("Parameter 'logFile' must be not null");
}
if (dateFormat == null) {
throw new IllegalArgumentException("Parameter 'dateFormat' must be not null");
}
return this.addComponent(new LogTransformer(logFile, append, dateFormat));
}