logging framework : logback
private val log: Logger = LoggerFactory.getLogger(this::class.java)
위를 클래스마다 생성해서 사용
Last updated 3 years ago