Skip to content

Commit

Permalink
change logger access control
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 7, 2024
1 parent ec8a433 commit 2cee675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/eu/vendeli/rethis/ReThis.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ReThis(
configurator: ClientConfiguration.() -> Unit = {},
) : this(Host(host, port), protocol, configurator)

val logger = KtorSimpleLogger("eu.vendeli.rethis.ReThis")
internal val logger = KtorSimpleLogger("eu.vendeli.rethis.ReThis")
internal val cfg: ClientConfiguration = ClientConfiguration().apply(configurator)
internal val rootJob = SupervisorJob()
internal val subscriptionHandlers = mutableMapOf<String, Job>()
Expand Down

0 comments on commit 2cee675

Please sign in to comment.