사용자 도구

사이트 도구


java:log4j2

문서의 이전 판입니다!


Log4j2

의존성 설정

dependencies {
  compile('com.example:example-project:1.0') {
    exclude group: 'log4j', module: 'log4j'
    exclude group: 'org.slf4j', module: 'slf4j-log4j12'
  }
  compile('org.apache.logging.log4j:log4j-core:2.11.2')
  compile('org.apache.logging.log4j:log4j-slf4j-impl:2.11.2')
  compile('org.apache.logging.log4j:log4j-1.2-api:2.11.2')
}
java/log4j2.1559890141.txt.gz · 마지막으로 수정됨: 2019/06/07 15:49 저자 kwon37xi