translate method

  1. @override
void translate(
  1. LogEntry entry,
  2. LogTranslatorNextFunction? next
)
override

Implementation

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