Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

java.util.logging

A collection of 1 post

Commons Loggin

Logging/StaticLog

참조 : http://wiki.apache.org/jakarta-commons/Logging/StaticLog 로깅을 보통 두 가지 방법 중 하나를 사용할 것이다. public class Foo {  private Log log = LogFactory.getLog(Foo.class);  ….} 그리고 public class Foo {  private static Log log = LogFactory.getLog(Foo.class);  ….} static 키워드를 사용하는 것이 특정

  • 백기선
백기선 May 9, 2008 • 7 min read
Whiteship © 2022
Powered by Ghost