You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2017/11/04 06:44:51 UTC

logging-log4j2 git commit: Add article links

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9619631fd -> d8aa6de4a


Add article links


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

Branch: refs/heads/master
Commit: d8aa6de4a3c887a9f41ac383f5b9faa8d92976e2
Parents: 9619631
Author: Ralph Goers <rg...@apache.org>
Authored: Fri Nov 3 23:44:46 2017 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Fri Nov 3 23:44:46 2017 -0700

----------------------------------------------------------------------
 src/site/markdown/articles.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d8aa6de4/src/site/markdown/articles.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md
index 529f8cd..60e84ce 100644
--- a/src/site/markdown/articles.md
+++ b/src/site/markdown/articles.md
@@ -44,6 +44,12 @@ guide for up-to-date and detailed information on how to configure and use Log4j
 
 ## English
 
+* [Logging Fundamentals](https://github.com/jvz/jvz.github.io/blob/logging/_posts/2017-10-30-logging.md)
+(October 30, 2017)
+* [Allocation free logging with Log4j2](http://www.rationaljava.com/2017/10/allocation-free-logging-with-log4j2.html)
+(October 27, 2017)
+* [Benchmarking Java logging frameworks](https://www.loggly.com/blog/benchmarking-java-logging-frameworks/)
+(October 25, 2017)
 * [Log4j 2 and Lambda Expressions](http://www.baeldung.com/log4j-2-lazy-logging)
 (August 22, 2017)
 * [How to use Log4j 2 with Spring Boot](https://www.callicoder.com/spring-boot-log4j-2-example/)


Re: logging-log4j2 git commit: Add article links

Posted by Matt Sicker <bo...@gmail.com>.
Note to self to update my blog post link with the published URL once it's
merged (should be on Monday).

On 4 November 2017 at 01:44, <rg...@apache.org> wrote:

> Repository: logging-log4j2
> Updated Branches:
>   refs/heads/master 9619631fd -> d8aa6de4a
>
>
> Add article links
>
>
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/
> commit/d8aa6de4
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d8aa6de4
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d8aa6de4
>
> Branch: refs/heads/master
> Commit: d8aa6de4a3c887a9f41ac383f5b9faa8d92976e2
> Parents: 9619631
> Author: Ralph Goers <rg...@apache.org>
> Authored: Fri Nov 3 23:44:46 2017 -0700
> Committer: Ralph Goers <rg...@apache.org>
> Committed: Fri Nov 3 23:44:46 2017 -0700
>
> ----------------------------------------------------------------------
>  src/site/markdown/articles.md | 6 ++++++
>  1 file changed, 6 insertions(+)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/
> d8aa6de4/src/site/markdown/articles.md
> ----------------------------------------------------------------------
> diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md
> index 529f8cd..60e84ce 100644
> --- a/src/site/markdown/articles.md
> +++ b/src/site/markdown/articles.md
> @@ -44,6 +44,12 @@ guide for up-to-date and detailed information on how to
> configure and use Log4j
>
>  ## English
>
> +* [Logging Fundamentals](https://github.com/jvz/jvz.github.io/blob/
> logging/_posts/2017-10-30-logging.md)
> +(October 30, 2017)
> +* [Allocation free logging with Log4j2](http://www.
> rationaljava.com/2017/10/allocation-free-logging-with-log4j2.html)
> +(October 27, 2017)
> +* [Benchmarking Java logging frameworks](https://www.
> loggly.com/blog/benchmarking-java-logging-frameworks/)
> +(October 25, 2017)
>  * [Log4j 2 and Lambda Expressions](http://www.baeldung.com/log4j-2-lazy-
> logging)
>  (August 22, 2017)
>  * [How to use Log4j 2 with Spring Boot](https://www.callicoder.
> com/spring-boot-log4j-2-example/)
>
>


-- 
Matt Sicker <bo...@gmail.com>