提交 8a40e247 编写于 作者: 梦境迷离's avatar 梦境迷离

ready to 0.3.4

上级 db808425
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
package io.github.dreamylost.logs.extension package io.github.dreamylost.logs.extension
import com.typesafe.scalalogging.Logger
import org.slf4j.LoggerFactory import org.slf4j.LoggerFactory
/** /**
...@@ -31,6 +30,6 @@ import org.slf4j.LoggerFactory ...@@ -31,6 +30,6 @@ import org.slf4j.LoggerFactory
trait ScalaLazyLogging { trait ScalaLazyLogging {
@transient @transient
protected lazy val log: Logger = Logger(LoggerFactory.getLogger(getClass.getName)) protected lazy val log: com.typesafe.scalalogging.Logger = com.typesafe.scalalogging.Logger(LoggerFactory.getLogger(getClass.getName))
} }
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
package io.github.dreamylost.logs.extension package io.github.dreamylost.logs.extension
import com.typesafe.scalalogging.Logger
import org.slf4j.LoggerFactory import org.slf4j.LoggerFactory
/** /**
...@@ -30,6 +29,6 @@ import org.slf4j.LoggerFactory ...@@ -30,6 +29,6 @@ import org.slf4j.LoggerFactory
*/ */
trait ScalaStrictLogging { trait ScalaStrictLogging {
protected val log: Logger = Logger(LoggerFactory.getLogger(getClass.getName)) protected val log: com.typesafe.scalalogging.Logger = com.typesafe.scalalogging.Logger(LoggerFactory.getLogger(getClass.getName))
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册