Reference docs for SL4J logging in Typed, #27648 (#27696)

* 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:
Patrik Nordwall 2019-09-17 17:26:13 +02:00 committed by GitHub
parent ea7704928b
commit 8cb2721c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 998 additions and 30 deletions

View file

@ -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"

View file

@ -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(