| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| org.apache.twill.api.logging |
This package contains class for handling logging events.
|
| org.apache.twill.internal |
This package provides internal classes for Twill.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TwillController.addLogHandler(LogHandler handler)
Adds a
LogHandler for receiving application log. |
TwillPreparer |
TwillPreparer.addLogHandler(LogHandler handler)
Adds a
LogHandler for receiving an application log. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrinterLogHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTwillController.addLogHandler(LogHandler handler) |
| Constructor and Description |
|---|
AbstractTwillController(String appName,
RunId runId,
ZKClient zkClient,
boolean logCollectionEnabled,
Iterable<LogHandler> logHandlers) |
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.