Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvag committed Jan 24, 2024
1 parent 2af81c6 commit d7905df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ElmslieLogConfiguration {

/** Apply the same logging strategy to all log levels */
fun always(strategy: LogStrategy) = apply {
LogSeverity.entries.forEach { strategies[it] = strategy }
LogSeverity.values().forEach { strategies[it] = strategy }
}

internal fun build() = ElmslieLogger(strategies)
Expand Down

0 comments on commit d7905df

Please sign in to comment.