* Reference docs for SL4J logging in Typed, #27648 * mention package implicit for LoggerOps * reference docs of log testing utilities * cleanup classic logging.md * most of it is still relevant, and different enough from typed/logging.md to keep it separate * use ThresholdFilter instead of LevelFilter Co-Authored-By: Will Sargent <will.sargent@gmail.com>
This commit is contained in:
parent
ea7704928b
commit
8cb2721c33
22 changed files with 998 additions and 30 deletions
|
|
@ -24,6 +24,7 @@ object Dependencies {
|
|||
val jacksonVersion = "2.9.9"
|
||||
val jacksonDatabindVersion = "2.9.9.3"
|
||||
val protobufJavaVersion = "3.9.1"
|
||||
val logbackVersion = "1.2.3"
|
||||
|
||||
val scala212Version = "2.12.9"
|
||||
val scala213Version = "2.13.0"
|
||||
|
|
@ -98,7 +99,7 @@ object Dependencies {
|
|||
|
||||
val protobufRuntime = "com.google.protobuf" % "protobuf-java" % protobufJavaVersion
|
||||
|
||||
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3" // EPL 1.0
|
||||
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion // EPL 1.0
|
||||
|
||||
object Docs {
|
||||
val sprayJson = "io.spray" %% "spray-json" % "1.3.5" % "test"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ object Paradox {
|
|||
"fiddle.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath,
|
||||
"fiddle.akka.base_dir" -> (baseDirectory in ThisBuild).value.getAbsolutePath,
|
||||
"aeron_version" -> Dependencies.aeronVersion,
|
||||
"netty_version" -> Dependencies.nettyVersion))
|
||||
"netty_version" -> Dependencies.nettyVersion,
|
||||
"logback_version" -> Dependencies.logbackVersion))
|
||||
|
||||
val rootsSettings = Seq(
|
||||
paradoxRoots := List(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue