translate method
Implementation
@override
void translate(LogEntry entry, LogTranslatorNextFunction? next) {
if (pipeline.isEmpty) return;
_getNextFunction(0)(entry);
}
@override
void translate(LogEntry entry, LogTranslatorNextFunction? next) {
if (pipeline.isEmpty) return;
_getNextFunction(0)(entry);
}