You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/11/25 17:12:12 UTC

[camel] branch master updated: CAMEL-12015: Removed external links to log component page.

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 16f9cb2  CAMEL-12015: Removed external links to log component page.
16f9cb2 is described below

commit 16f9cb2b7fcd3f32693d2afd3ab0337392e975ef
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 25 18:12:04 2017 +0100

    CAMEL-12015: Removed external links to log component page.
---
 camel-core/src/main/docs/log-component.adoc | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/camel-core/src/main/docs/log-component.adoc b/camel-core/src/main/docs/log-component.adoc
index 8d046e3..691ce11 100644
--- a/camel-core/src/main/docs/log-component.adoc
+++ b/camel-core/src/main/docs/log-component.adoc
@@ -8,11 +8,9 @@ mechanism.
 Camel uses http://www.slf4j.org/[sfl4j] which allows you to configure
 logging via, among others:
 
-* http://logging.apache.org/log4j/[Log4j]
-* http://logback.qos.ch/[Logback]
-*
-http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/package-summary.html[JDK
-Util Logging logging]
+* Log4j
+* Logback
+* Java Util Logging
 
 === URI format
 
@@ -270,7 +268,7 @@ in either of two ways:
 </bean>
 ----
 
-#### Convention over configuration:*
+==== Convention over configuration:*
 
 Simply by registering a bean with the name `logFormatter`; the Log
 Component is intelligent enough to pick it up automatically.
@@ -324,8 +322,5 @@ reference it usingĀ `logger` URI parameter.
 
 === See Also
 
-* link:tracer.html[Tracer]
-* link:how-do-i-use-log4j.html[How do I use log4j]
-* link:how-do-i-use-java-14-logging.html[How do I use Java 1.4 logging]
 * link:logeip.html[LogEIP] for using `log` directly in the DSL for human
 logs.

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].