public class LogTailer
| Constructor and Description |
|---|
LogTailer(LogSource source,
LogDestination destination,
kotlinx.coroutines.channels.SendChannel<? super com.cognifide.gradle.aem.instance.tail.Log> logsAnalyzerChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
tail() |
public LogTailer(@NotNull
LogSource source,
@NotNull
LogDestination destination,
@Nullable
kotlinx.coroutines.channels.SendChannel<? super com.cognifide.gradle.aem.instance.tail.Log> logsAnalyzerChannel)