public class LogNotifier
| Constructor and Description |
|---|
LogNotifier(kotlinx.coroutines.channels.ReceiveChannel<com.cognifide.gradle.aem.instance.tail.LogChunk> notificationChannel,
NotifierFacade notifier,
LogFiles logFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
listenTailed() |
public LogNotifier(@NotNull
kotlinx.coroutines.channels.ReceiveChannel<com.cognifide.gradle.aem.instance.tail.LogChunk> notificationChannel,
@NotNull
NotifierFacade notifier,
@NotNull
LogFiles logFiles)