You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2019/04/04 15:45:26 UTC

svn commit: r1043172 - in /websites/staging/mina/trunk/content: ./ mina-project/userguide/ch5-filters/ch5.9-logging-filter.html

Author: buildbot
Date: Thu Apr  4 15:45:26 2019
New Revision: 1043172

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.9-logging-filter.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  4 15:45:26 2019
@@ -1 +1 @@
-1856949
+1856950

Modified: websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.9-logging-filter.html
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.9-logging-filter.html (original)
+++ websites/staging/mina/trunk/content/mina-project/userguide/ch5-filters/ch5.9-logging-filter.html Thu Apr  4 15:45:26 2019
@@ -187,11 +187,16 @@ h2:hover > .headerlink, h3:hover > .head
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="59-logging-filter">5.9 - Logging Filter<a class="headerlink" href="#59-logging-filter" title="Permanent link">&para;</a></h1>
 <p>The <em>Logging</em> filter allows an application to logs <strong>MINA</strong> protocol events while they are transiting on the filters chain. It can be added dynamically (ie, a session may add a filter whenever it wants).</p>
-<p>The tracked events are :
-<em> <em>exceptionCaught</em></em> <em>messageReceived</em>
-<em> <em>messageSent</em></em> <em>sessionClosed</em>
-<em> <em>sessionCreated</em></em> <em>sessionIdle</em>
-* <em>sessionOpened</em></p>
+<p>The tracked events are :</p>
+<ul>
+<li><em>exceptionCaught</em></li>
+<li><em>messageReceived</em></li>
+<li><em>messageSent</em></li>
+<li><em>sessionClosed</em></li>
+<li><em>sessionCreated</em></li>
+<li><em>sessionIdle</em></li>
+<li><em>sessionOpened</em></li>
+</ul>
 <p>The <em>event</em>, <em>filterClose</em>, <em>filterWrite</em> and <em>inputClosed</em> events are not tracked.</p>
 <h2 id="adding-the-filter">Adding the filter<a class="headerlink" href="#adding-the-filter" title="Permanent link">&para;</a></h2>
 <p>This can be done once and for each session, while creating the <em>IoFilterChainBuilder</em> instance :</p>