我已经更新了游戏架构高达2.7,我得到以下警告:
method info in object Logger is deprecated (since 2.7.0): Create an instance of via Logger(...) and use the same-named method. Or use SLF4J directly.
所以我的问题是:
P.S:
在并非基于播放Framework项目,我用scala-logging这是SLF4J的包装。可这是一个解决办法?
播放2.7提供了斯卡拉类似阶采伐的性状。它创建了一个val
,你可以在你的类/对象使用它:
import play.api.Logging
class MyClass extends Logging {
// `logger` is automaticaly defined by the `Logging` trait:
logger.info("hello!")
}
因此,有另一个现在登录游戏方式。