You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2016/01/13 23:21:33 UTC

Fwd: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow Tracing documentation

R:

The exit() method

->

 The <code>exit()</code> method

?

G
---------- Forwarded message ----------
From: <rp...@apache.org>
Date: Wed, Jan 13, 2016 at 2:19 PM
Subject: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow Tracing
documentation
To: commits@logging.apache.org


Repository: logging-log4j2
Updated Branches:
  refs/heads/master d0b97aa94 -> a6479de68


LOG4J2-1254 Fixed typo in Flow Tracing documentation


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit:
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a6479de6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a6479de6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a6479de6

Branch: refs/heads/master
Commit: a6479de687feb5cca66a7d61053fddafa484847e
Parents: d0b97aa
Author: rpopma <rp...@apache.org>
Authored: Thu Jan 14 07:19:47 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu Jan 14 07:19:47 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml              | 3 +++
 src/site/xdoc/manual/flowtracing.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3bf73f7..81ce277 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@
       <action issue="LOG4J2-1251" dev="mattsicker" type="fix"
due-to="Romain Manni-Bucau">
         Fix JUL bridge issue where LogRecord.getParameters() is used when
null.
       </action>
+      <action issue="LOG4J2-1254" dev="rpopma" type="fix" due-to="Josh
Trow">
+        Fix typo in Flow Tracing documentation.
+      </action>
     </release>
     <release version="2.5" date="2015-12-06" description="GA Release 2.5">
       <action issue="LOG4J2-324" dev="rpopma" type="fix">

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/site/xdoc/manual/flowtracing.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/flowtracing.xml
b/src/site/xdoc/manual/flowtracing.xml
index 443b52a..a7a015f 100644
--- a/src/site/xdoc/manual/flowtracing.xml
+++ b/src/site/xdoc/manual/flowtracing.xml
@@ -50,7 +50,7 @@
               The exit() method should be placed before any return
statement or as the last statement of
               methods without a return. exit() can be called with or
without a parameter. Typically, methods
               that return void will use exit() while methods that return
an Object will use exit(Object obj).
-              The entry() method logs with a level of TRACE and uses a
Marker with a name of "EXIT" which is
+              The exit() method logs with a level of TRACE and uses a
Marker with a name of "EXIT" which is
               also a "FLOW" Marker.
             </p>
             <p>




-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow Tracing documentation

Posted by Gary Gregory <ga...@gmail.com>.
Well, yeah, but that does not mean it's right! :-P

G

On Wed, Jan 13, 2016 at 2:25 PM, Remko Popma <re...@gmail.com> wrote:

> Looking at http://logging.apache.org/log4j/2.x/manual/flowtracing.html ,
> none of the methods mentioned have <code> markup.
>
> Not sure if it would look better though. The marked up words stand out a
> lot which can distract from the point that the text is trying to make
> sometimes.
>
> On Thu, Jan 14, 2016 at 7:21 AM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> R:
>>
>> The exit() method
>>
>> ->
>>
>>  The <code>exit()</code> method
>>
>> ?
>>
>> G
>> ---------- Forwarded message ----------
>> From: <rp...@apache.org>
>> Date: Wed, Jan 13, 2016 at 2:19 PM
>> Subject: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow
>> Tracing documentation
>> To: commits@logging.apache.org
>>
>>
>> Repository: logging-log4j2
>> Updated Branches:
>>   refs/heads/master d0b97aa94 -> a6479de68
>>
>>
>> LOG4J2-1254 Fixed typo in Flow Tracing documentation
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
>> Commit:
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a6479de6
>> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a6479de6
>> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a6479de6
>>
>> Branch: refs/heads/master
>> Commit: a6479de687feb5cca66a7d61053fddafa484847e
>> Parents: d0b97aa
>> Author: rpopma <rp...@apache.org>
>> Authored: Thu Jan 14 07:19:47 2016 +0900
>> Committer: rpopma <rp...@apache.org>
>> Committed: Thu Jan 14 07:19:47 2016 +0900
>>
>> ----------------------------------------------------------------------
>>  src/changes/changes.xml              | 3 +++
>>  src/site/xdoc/manual/flowtracing.xml | 2 +-
>>  2 files changed, 4 insertions(+), 1 deletion(-)
>> ----------------------------------------------------------------------
>>
>>
>>
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/changes/changes.xml
>> ----------------------------------------------------------------------
>> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
>> index 3bf73f7..81ce277 100644
>> --- a/src/changes/changes.xml
>> +++ b/src/changes/changes.xml
>> @@ -86,6 +86,9 @@
>>        <action issue="LOG4J2-1251" dev="mattsicker" type="fix"
>> due-to="Romain Manni-Bucau">
>>          Fix JUL bridge issue where LogRecord.getParameters() is used
>> when null.
>>        </action>
>> +      <action issue="LOG4J2-1254" dev="rpopma" type="fix" due-to="Josh
>> Trow">
>> +        Fix typo in Flow Tracing documentation.
>> +      </action>
>>      </release>
>>      <release version="2.5" date="2015-12-06" description="GA Release
>> 2.5">
>>        <action issue="LOG4J2-324" dev="rpopma" type="fix">
>>
>>
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/site/xdoc/manual/flowtracing.xml
>> ----------------------------------------------------------------------
>> diff --git a/src/site/xdoc/manual/flowtracing.xml
>> b/src/site/xdoc/manual/flowtracing.xml
>> index 443b52a..a7a015f 100644
>> --- a/src/site/xdoc/manual/flowtracing.xml
>> +++ b/src/site/xdoc/manual/flowtracing.xml
>> @@ -50,7 +50,7 @@
>>                The exit() method should be placed before any return
>> statement or as the last statement of
>>                methods without a return. exit() can be called with or
>> without a parameter. Typically, methods
>>                that return void will use exit() while methods that return
>> an Object will use exit(Object obj).
>> -              The entry() method logs with a level of TRACE and uses a
>> Marker with a name of "EXIT" which is
>> +              The exit() method logs with a level of TRACE and uses a
>> Marker with a name of "EXIT" which is
>>                also a "FLOW" Marker.
>>              </p>
>>              <p>
>>
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow Tracing documentation

Posted by Remko Popma <re...@gmail.com>.
Looking at http://logging.apache.org/log4j/2.x/manual/flowtracing.html ,
none of the methods mentioned have <code> markup.

Not sure if it would look better though. The marked up words stand out a
lot which can distract from the point that the text is trying to make
sometimes.

On Thu, Jan 14, 2016 at 7:21 AM, Gary Gregory <ga...@gmail.com>
wrote:

> R:
>
> The exit() method
>
> ->
>
>  The <code>exit()</code> method
>
> ?
>
> G
> ---------- Forwarded message ----------
> From: <rp...@apache.org>
> Date: Wed, Jan 13, 2016 at 2:19 PM
> Subject: logging-log4j2 git commit: LOG4J2-1254 Fixed typo in Flow Tracing
> documentation
> To: commits@logging.apache.org
>
>
> Repository: logging-log4j2
> Updated Branches:
>   refs/heads/master d0b97aa94 -> a6479de68
>
>
> LOG4J2-1254 Fixed typo in Flow Tracing documentation
>
>
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a6479de6
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a6479de6
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a6479de6
>
> Branch: refs/heads/master
> Commit: a6479de687feb5cca66a7d61053fddafa484847e
> Parents: d0b97aa
> Author: rpopma <rp...@apache.org>
> Authored: Thu Jan 14 07:19:47 2016 +0900
> Committer: rpopma <rp...@apache.org>
> Committed: Thu Jan 14 07:19:47 2016 +0900
>
> ----------------------------------------------------------------------
>  src/changes/changes.xml              | 3 +++
>  src/site/xdoc/manual/flowtracing.xml | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/changes/changes.xml
> ----------------------------------------------------------------------
> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> index 3bf73f7..81ce277 100644
> --- a/src/changes/changes.xml
> +++ b/src/changes/changes.xml
> @@ -86,6 +86,9 @@
>        <action issue="LOG4J2-1251" dev="mattsicker" type="fix"
> due-to="Romain Manni-Bucau">
>          Fix JUL bridge issue where LogRecord.getParameters() is used when
> null.
>        </action>
> +      <action issue="LOG4J2-1254" dev="rpopma" type="fix" due-to="Josh
> Trow">
> +        Fix typo in Flow Tracing documentation.
> +      </action>
>      </release>
>      <release version="2.5" date="2015-12-06" description="GA Release 2.5">
>        <action issue="LOG4J2-324" dev="rpopma" type="fix">
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6479de6/src/site/xdoc/manual/flowtracing.xml
> ----------------------------------------------------------------------
> diff --git a/src/site/xdoc/manual/flowtracing.xml
> b/src/site/xdoc/manual/flowtracing.xml
> index 443b52a..a7a015f 100644
> --- a/src/site/xdoc/manual/flowtracing.xml
> +++ b/src/site/xdoc/manual/flowtracing.xml
> @@ -50,7 +50,7 @@
>                The exit() method should be placed before any return
> statement or as the last statement of
>                methods without a return. exit() can be called with or
> without a parameter. Typically, methods
>                that return void will use exit() while methods that return
> an Object will use exit(Object obj).
> -              The entry() method logs with a level of TRACE and uses a
> Marker with a name of "EXIT" which is
> +              The exit() method logs with a level of TRACE and uses a
> Marker with a name of "EXIT" which is
>                also a "FLOW" Marker.
>              </p>
>              <p>
>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>