| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Level |
TwillRunResources.getLogLevel() |
| Modifier and Type | Method and Description |
|---|---|
TwillPreparer |
TwillPreparer.setLogLevel(LogEntry.Level logLevel)
Set the log level for Twill applications running in a container.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Level |
LogEntry.getLogLevel()
Returns the log
LogEntry.Level of the log. |
static LogEntry.Level |
LogEntry.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntry.Level[] |
LogEntry.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2015 The Apache Software Foundation. All rights reserved.