Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Akka プロジェクトに sbt を使用しています。ロガーの出力をリダイレクトしたい。したがって、logback を使用したいと思います。
build.sbtlogback のライブラリ依存関係を管理するには、何を追加する必要がありますか?
build.sbt
以下を追加しますbuild.sbt:
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3"