http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogHandler.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogHandler.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogHandler.html
new file mode 100644
index 0000000..1e4506a
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogHandler.html
@@ -0,0 +1,216 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:15 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>LogHandler (Apache Twill 0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LogHandler (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LogHandler.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/LogHandler.html" 
target="_top">Frames</a></li>
+<li><a href="LogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.twill.api.logging</div>
+<h2 title="Interface LogHandler" class="title">Interface LogHandler</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in org.apache.twill.api.logging">PrinterLogHandler</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">LogHandler</span></pre>
+<div class="block">Represents class that can receive logs from the 
application.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">onLog</a></strong>(<a
 href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</code>
+<div class="block">Invokes when there is new <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
received from the application.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="onLog(org.apache.twill.api.logging.LogEntry)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>onLog</h4>
+<pre>void&nbsp;onLog(<a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</pre>
+<div class="block">Invokes when there is new <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
received from the application.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LogHandler.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/LogHandler.html" 
target="_top">Frames</a></li>
+<li><a href="LogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogThrowable.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogThrowable.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogThrowable.html
new file mode 100644
index 0000000..ff534bb
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/LogThrowable.html
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:15 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>LogThrowable (Apache Twill 0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LogThrowable (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LogThrowable.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in org.apache.twill.api.logging"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/LogThrowable.html" 
target="_top">Frames</a></li>
+<li><a href="LogThrowable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.twill.api.logging</div>
+<h2 title="Interface LogThrowable" class="title">Interface LogThrowable</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="strong">LogThrowable</span></pre>
+<div class="block">Carries <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang"><code>Throwable</code></a> information 
in a <a href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging"><code>LogEntry</code></a>.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html#getCause()">getCause</a></strong>()</code>
+<div class="block">Returns the cause of this <a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in 
org.apache.twill.api.logging"><code>LogThrowable</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html#getClassName()">getClassName</a></strong>()</code>
+<div class="block">Returns the name of the Throwable class.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html#getMessage()">getMessage</a></strong>()</code>
+<div class="block">Returns the message contained inside the Throwable.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html?is-external=true";
 title="class or interface in java.lang">StackTraceElement</a>[]</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html#getStackTraces()">getStackTraces</a></strong>()</code>
+<div class="block">Returns the stack trace of the Throwable.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getClassName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassName</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getClassName()</pre>
+<div class="block">Returns the name of the Throwable class.</div>
+</li>
+</ul>
+<a name="getMessage()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMessage</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getMessage()</pre>
+<div class="block">Returns the message contained inside the Throwable.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang"><code>String</code></a> message or 
<code>null</code> if such message is not available.</dd></dl>
+</li>
+</ul>
+<a name="getStackTraces()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStackTraces</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html?is-external=true";
 title="class or interface in 
java.lang">StackTraceElement</a>[]&nbsp;getStackTraces()</pre>
+<div class="block">Returns the stack trace of the Throwable.</div>
+</li>
+</ul>
+<a name="getCause()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getCause</h4>
+<pre><a href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in 
org.apache.twill.api.logging">LogThrowable</a>&nbsp;getCause()</pre>
+<div class="block">Returns the cause of this <a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in 
org.apache.twill.api.logging"><code>LogThrowable</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The <a 
href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging"><code>LogThrowable</code></a> 
cause or <code>null</code> if no cause is available.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LogThrowable.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in org.apache.twill.api.logging"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/LogThrowable.html" 
target="_top">Frames</a></li>
+<li><a href="LogThrowable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/PrinterLogHandler.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/PrinterLogHandler.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/PrinterLogHandler.html
new file mode 100644
index 0000000..c08e62d
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/PrinterLogHandler.html
@@ -0,0 +1,276 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:15 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PrinterLogHandler (Apache Twill 0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="PrinterLogHandler (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PrinterLogHandler.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/PrinterLogHandler.html"
 target="_top">Frames</a></li>
+<li><a href="PrinterLogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.twill.api.logging</div>
+<h2 title="Class PrinterLogHandler" class="title">Class PrinterLogHandler</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.twill.api.logging.PrinterLogHandler</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="strong">PrinterLogHandler</span>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></pre>
+<div class="block">A <a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
that prints the <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
through a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io"><code>PrintWriter</code></a>.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html#PrinterLogHandler(java.io.PrintWriter)">PrinterLogHandler</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io">PrintWriter</a>&nbsp;writer)</code>
+<div class="block">Creates a <a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in 
org.apache.twill.api.logging"><code>PrinterLogHandler</code></a> which has <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
written to the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io"><code>PrintWriter</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">onLog</a></strong>(<a
 href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</code>
+<div class="block">Invokes when there is new <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
received from the application.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="PrinterLogHandler(java.io.PrintWriter)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PrinterLogHandler</h4>
+<pre>public&nbsp;PrinterLogHandler(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io">PrintWriter</a>&nbsp;writer)</pre>
+<div class="block">Creates a <a 
href="../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in 
org.apache.twill.api.logging"><code>PrinterLogHandler</code></a> which has <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
written to the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io"><code>PrintWriter</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
The write that log entries will write to.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="onLog(org.apache.twill.api.logging.LogEntry)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>onLog</h4>
+<pre>public&nbsp;void&nbsp;onLog(<a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">LogHandler</a></code></strong></div>
+<div class="block">Invokes when there is new <a 
href="../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
received from the application.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">onLog</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PrinterLogHandler.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/twill/api/logging/PrinterLogHandler.html"
 target="_top">Frames</a></li>
+<li><a href="PrinterLogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.Level.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.Level.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.Level.html
new file mode 100644
index 0000000..08d447d
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.Level.html
@@ -0,0 +1,280 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:16 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.twill.api.logging.LogEntry.Level (Apache Twill 
0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class 
org.apache.twill.api.logging.LogEntry.Level (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogEntry.Level.html"
 target="_top">Frames</a></li>
+<li><a href="LogEntry.Level.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.twill.api.logging.LogEntry.Level" 
class="title">Uses of Class<br>org.apache.twill.api.logging.LogEntry.Level</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api">org.apache.twill.api</a></td>
+<td class="colLast">
+<div class="block">Classes in this package provides core functionality of the 
Twill library.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api.logging">org.apache.twill.api.logging</a></td>
+<td class="colLast">
+<div class="block">This package contains class for handling logging 
events.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.twill.api">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a> in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a>
 that return <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></code></td>
+<td class="colLast"><span 
class="strong">TwillRunResources.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillRunResources.html#getLogLevel()">getLogLevel</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>Use <a 
href="../../../../../../org/apache/twill/api/TwillRunResources.html#getLogLevels()"><code>TwillRunResources.getLogLevels()</code></a>
 to get the log levels map and get root level from the map instead.</i></div>
+</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a>
 that return types with arguments of type <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a>&gt;</code></td>
+<td class="colLast"><span 
class="strong">TwillRunResources.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillRunResources.html#getLogLevels()">getLogLevels</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">Future</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="strong">TwillController.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillController.html#updateLogLevels(java.util.Map)">updateLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevels)</code>
+<div class="block">Update the log levels for requested logger names for Twill 
applications running in a container.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">Future</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="strong">TwillController.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillController.html#updateLogLevels(java.lang.String,%20java.util.Map)">updateLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevelsForRunnable)</code>
+<div class="block">Update the log levels for requested logger names for a <a 
href="../../../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a>
 with parameters of type <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
+<td class="colLast"><span class="strong">TwillPreparer.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html#setLogLevel(org.apache.twill.api.logging.LogEntry.Level)">setLogLevel</a></strong>(<a
 href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&nbsp;logLevel)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>Use <a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html#setLogLevels(java.util.Map)"><code>TwillPreparer.setLogLevels(Map)</code></a>
 with key <code>Logger.ROOT_LOGGER_NAME</code> instead.</i></div>
+</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Method parameters in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a>
 with type arguments of type <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
+<td class="colLast"><span class="strong">TwillPreparer.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html#setLogLevels(java.util.Map)">setLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevels)</code>
+<div class="block">Set the log levels for requested logger names for Twill 
applications running in a container.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
+<td class="colLast"><span class="strong">TwillPreparer.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html#setLogLevels(java.lang.String,%20java.util.Map)">setLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevelsForRunnable)</code>
+<div class="block">Set the log levels for requested logger names for a <a 
href="../../../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">Future</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="strong">TwillController.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillController.html#updateLogLevels(java.util.Map)">updateLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevels)</code>
+<div class="block">Update the log levels for requested logger names for Twill 
applications running in a container.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">Future</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="strong">TwillController.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillController.html#updateLogLevels(java.lang.String,%20java.util.Map)">updateLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevelsForRunnable)</code>
+<div class="block">Update the log levels for requested logger names for a <a 
href="../../../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.twill.api.logging">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a> in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a>
 that return <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></code></td>
+<td class="colLast"><span class="strong">LogEntry.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html#getLogLevel()">getLogLevel</a></strong>()</code>
+<div class="block">Returns the log <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging"><code>LogEntry.Level</code></a> of 
the log.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a></code></td>
+<td class="colLast"><span 
class="strong">LogEntry.Level.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html#valueOf(java.lang.String)">valueOf</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">LogEntry.Level</a>[]</code></td>
+<td class="colLast"><span 
class="strong">LogEntry.Level.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.Level.html" 
title="enum in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogEntry.Level.html"
 target="_top">Frames</a></li>
+<li><a href="LogEntry.Level.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.html
new file mode 100644
index 0000000..d209d3b
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogEntry.html
@@ -0,0 +1,165 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:16 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.twill.api.logging.LogEntry (Apache Twill 
0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface 
org.apache.twill.api.logging.LogEntry (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogEntry.html"
 target="_top">Frames</a></li>
+<li><a href="LogEntry.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.apache.twill.api.logging.LogEntry" 
class="title">Uses of Interface<br>org.apache.twill.api.logging.LogEntry</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging">LogEntry</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api.logging">org.apache.twill.api.logging</a></td>
+<td class="colLast">
+<div class="block">This package contains class for handling logging 
events.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.twill.api.logging">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging">LogEntry</a> in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a>
 with parameters of type <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging">LogEntry</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="strong">PrinterLogHandler.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/PrinterLogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">onLog</a></strong>(<a
 href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">LogHandler.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html#onLog(org.apache.twill.api.logging.LogEntry)">onLog</a></strong>(<a
 href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in 
org.apache.twill.api.logging">LogEntry</a>&nbsp;logEntry)</code>
+<div class="block">Invokes when there is new <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
received from the application.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogEntry.html"
 target="_top">Frames</a></li>
+<li><a href="LogEntry.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogHandler.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogHandler.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogHandler.html
new file mode 100644
index 0000000..7c18c19
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogHandler.html
@@ -0,0 +1,193 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:16 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.twill.api.logging.LogHandler (Apache Twill 
0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface 
org.apache.twill.api.logging.LogHandler (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogHandler.html"
 target="_top">Frames</a></li>
+<li><a href="LogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.apache.twill.api.logging.LogHandler" 
class="title">Uses of Interface<br>org.apache.twill.api.logging.LogHandler</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api">org.apache.twill.api</a></td>
+<td class="colLast">
+<div class="block">Classes in this package provides core functionality of the 
Twill library.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api.logging">org.apache.twill.api.logging</a></td>
+<td class="colLast">
+<div class="block">This package contains class for handling logging 
events.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.twill.api">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a> in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a>
 with parameters of type <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
+<td class="colLast"><span class="strong">TwillPreparer.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillPreparer.html#addLogHandler(org.apache.twill.api.logging.LogHandler)">addLogHandler</a></strong>(<a
 href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in 
org.apache.twill.api.logging">LogHandler</a>&nbsp;handler)</code>
+<div class="block">Adds a <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
for receiving an application log.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="strong">TwillController.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/TwillController.html#addLogHandler(org.apache.twill.api.logging.LogHandler)">addLogHandler</a></strong>(<a
 href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in 
org.apache.twill.api.logging">LogHandler</a>&nbsp;handler)</code>
+<div class="block">Adds a <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
for receiving application log.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.twill.api.logging">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a> in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
classes, and an explanation">
+<caption><span>Classes in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a>
 that implement <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">LogHandler</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/PrinterLogHandler.html" 
title="class in 
org.apache.twill.api.logging">PrinterLogHandler</a></strong></code>
+<div class="block">A <a 
href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
that prints the <a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html" 
title="interface in org.apache.twill.api.logging"><code>LogEntry</code></a> 
through a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html?is-external=true";
 title="class or interface in java.io"><code>PrintWriter</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogHandler.html"
 target="_top">Frames</a></li>
+<li><a href="LogHandler.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogThrowable.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogThrowable.html
 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogThrowable.html
new file mode 100644
index 0000000..207e757
--- /dev/null
+++ 
b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/logging/class-use/LogThrowable.html
@@ -0,0 +1,167 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Sat Apr 08 11:09:16 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.twill.api.logging.LogThrowable (Apache 
Twill 0.11.0 API)</title>
+<meta name="date" content="2017-04-08">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface 
org.apache.twill.api.logging.LogThrowable (Apache Twill 0.11.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogThrowable.html"
 target="_top">Frames</a></li>
+<li><a href="LogThrowable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.apache.twill.api.logging.LogThrowable" 
class="title">Uses of 
Interface<br>org.apache.twill.api.logging.LogThrowable</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.twill.api.logging">org.apache.twill.api.logging</a></td>
+<td class="colLast">
+<div class="block">This package contains class for handling logging 
events.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.twill.api.logging">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a> in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/twill/api/logging/package-summary.html">org.apache.twill.api.logging</a>
 that return <a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a></code></td>
+<td class="colLast"><span class="strong">LogThrowable.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html#getCause()">getCause</a></strong>()</code>
+<div class="block">Returns the cause of this <a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in 
org.apache.twill.api.logging"><code>LogThrowable</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">LogThrowable</a></code></td>
+<td class="colLast"><span class="strong">LogEntry.</span><code><strong><a 
href="../../../../../../org/apache/twill/api/logging/LogEntry.html#getThrowable()">getThrowable</a></strong>()</code>
+<div class="block">Returns the <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang"><code>Throwable</code></a> information 
emitted with the log.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/twill/api/logging/LogThrowable.html" 
title="interface in org.apache.twill.api.logging">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/twill/api/logging/class-use/LogThrowable.html"
 target="_top">Frames</a></li>
+<li><a href="LogThrowable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Reply via email to