Skip to content

Commit cf4da9b

Browse files
update the logging.xml in zh doc
1 parent 17292b4 commit cf4da9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/zh/xdoc/logging.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Log4j 2
4040
</li>
4141
<li>
42-
Log4j (deprecated since 3.5.9)
42+
Log4j 3.5.9 起废弃)
4343
</li>
4444
<li>
4545
JDK logging
@@ -97,7 +97,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();
9797
</p>
9898
<p>对于 web 应用或企业级应用,则需要将 <code>logback-classic.jar</code>, <code>logback-core.jar</code> and <code>slf4j-api.jar</code> 添加到 <code>WEB-INF/lib</code> 目录下;对于独立应用,可以将它添加到JVM 的 <code>-classpath</code> 启动参数中。
9999
</p>
100-
<p>If you use the maven, you can download jar files by adding following settings on your <code>pom.xml</code>.
100+
<p>如果你使用 maven, 你可以通过在 <code>pom.xml</code> 中添加下面的依赖来下载 jar 文件。
101101
</p>
102102
<source><![CDATA[
103103
<dependency>
@@ -213,7 +213,7 @@ public interface BlogMapper {
213213

214214
<p></p>
215215
<h4>
216-
Configuration example for Log4j 2
216+
Log4j 2 配置示例
217217
</h4>
218218

219219
<p><code>pom.xml</code></p>
@@ -250,7 +250,7 @@ public interface BlogMapper {
250250

251251
<p></p>
252252
<h4>
253-
Configuration example for Log4j
253+
Log4j 配置示例
254254
</h4>
255255

256256
<p><code>pom.xml</code></p>
@@ -277,7 +277,7 @@ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] - %m%n
277277

278278
<p></p>
279279
<h4>
280-
Configuration example for JDK logging
280+
JDK logging 配置示例
281281
</h4>
282282

283283
<p><code>logging.properties</code></p>

0 commit comments

Comments
 (0)