LoggerFactory
2021. 12. 30. 13:59ㆍjava
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Logger LOG = LoggerFactory.getLogger(RestFulGUI.class.getSimpleName());
LOG.debug("1111");
'java' 카테고리의 다른 글
java 오늘 날짜 (0) | 2022.01.09 |
---|---|
java.lang.Integer cannot be cast to java.lang.String (0) | 2021.12.30 |
java 올해 첫날 calendar (0) | 2021.12.29 |
optional, stream (0) | 2021.12.16 |
java.math.BigInteger cannot be cast to java.lang.Integer (0) | 2021.11.16 |