package mypkg import org.slf4j.LoggerFactory trait MyLog { val log = LoggerFactory.getLogger(getClass) } object App extends MyLog { def ...
確定! 回上一頁