Log4j: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
* [[log4j Concepts]] | * [[log4j Concepts]] | ||
* [[log4j Configuration]] | * [[log4j Configuration]] | ||
=Maven= | |||
<pre> | |||
<dependency> | |||
<groupId>log4j</groupId> | |||
<artifactId>log4j</artifactId> | |||
<version>1.2.17</version> | |||
</dependency> | |||
</pre> |
Revision as of 00:38, 8 August 2016
External
Internal
Subjects
Maven
<dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency>