You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/12 05:33:54 UTC

[GitHub] ralf0131 closed pull request #103: Documentation update for log4j2 support. #102

ralf0131 closed pull request #103: Documentation update for log4j2 support. #102
URL: https://github.com/apache/incubator-dubbo-website/pull/103
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/en-us/dev/impls/logger-adapter.md b/docs/en-us/dev/impls/logger-adapter.md
index 68ce9401..65cdaa8c 100644
--- a/docs/en-us/dev/impls/logger-adapter.md
+++ b/docs/en-us/dev/impls/logger-adapter.md
@@ -25,6 +25,7 @@ Or:
 * `com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter`
 * `com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter`
 * `com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter`
+* `com.alibaba.dubbo.common.logger.log4j2.Log4j2LoggerAdapter`
 * `com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter`
 
 ## Extension Guide
diff --git a/docs/en-us/user/references/xml/dubbo-application.md b/docs/en-us/user/references/xml/dubbo-application.md
index 5dfd6ffc..211a949a 100644
--- a/docs/en-us/user/references/xml/dubbo-application.md
+++ b/docs/en-us/user/references/xml/dubbo-application.md
@@ -55,4 +55,4 @@ Application configuration. The corresponding class: `com.alibaba.dubbo.config.Ap
 | architecture <br class="atl-forced-newline" /> | architecture <br class="atl-forced-newline" /> | string | N | | service governance | The architecture of service layering. Like intl,china and so on. Different architecture use different layer | above 2.0.7 |
 | environment | environment | string | N | | service governance | Application environment. Like develop,test,product. Work as the limit condition of developing new function| above 2.0.0 |
 | compiler | compiler | string | N | javassist | performance optimization | Java class compile.It is used for the generating of dynamic class. The options are JDK and javassist | above 2.1.0 |
-| logger | logger | string | N | slf4j | performance optimization | The format of log output,The options are slf4j,jcl,log4j and jdk | above 2.2.0 |
\ No newline at end of file
+| logger | logger | string | N | slf4j | performance optimization | The format of log output,The options are slf4j,jcl,log4j,log4j2 and jdk | above 2.2.0 |
\ No newline at end of file
diff --git a/docs/zh-cn/dev/impls/logger-adapter.md b/docs/zh-cn/dev/impls/logger-adapter.md
index 63d31b31..4e8cb554 100644
--- a/docs/zh-cn/dev/impls/logger-adapter.md
+++ b/docs/zh-cn/dev/impls/logger-adapter.md
@@ -25,6 +25,7 @@
 * `com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter`
 * `com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter`
 * `com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter`
+* `com.alibaba.dubbo.common.logger.log4j2.Log4j2LoggerAdapter`
 * `com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter`
 
 ## 扩展示例
diff --git a/docs/zh-cn/user/references/xml/dubbo-application.md b/docs/zh-cn/user/references/xml/dubbo-application.md
index 9a9908fe..7e8ae1ec 100644
--- a/docs/zh-cn/user/references/xml/dubbo-application.md
+++ b/docs/zh-cn/user/references/xml/dubbo-application.md
@@ -55,4 +55,4 @@ table tr:hover {
 | architecture <br class="atl-forced-newline" /> | architecture <br class="atl-forced-newline" /> | string | 可选 | | 服务治理 | 用于服务分层对应的架构。如,intl、china。不同的架构使用不同的分层。 | 2.0.7以上版本 |
 | environment | environment | string | 可选 | | 服务治理 | 应用环境,如:develop/test/product,不同环境使用不同的缺省值,以及作为只用于开发测试功能的限制条件 | 2.0.0以上版本 |
 | compiler | compiler | string | 可选 | javassist | 性能优化 | Java字节码编译器,用于动态类的生成,可选:jdk或javassist | 2.1.0以上版本 |
-| logger | logger | string | 可选 | slf4j | 性能优化 | 日志输出方式,可选:slf4j,jcl,log4j,jdk | 2.2.0以上版本 | 
\ No newline at end of file
+| logger | logger | string | 可选 | slf4j | 性能优化 | 日志输出方式,可选:slf4j,jcl,log4j,log4j2,jdk | 2.2.0以上版本 | 
\ No newline at end of file


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org