Skip to content

Commit

Permalink
make non null
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Jul 12, 2023
1 parent 67bc48f commit 4ee3229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal class LocationAwareKLogger(override val underlyingLogger: LocationAware
override val name: String
get() = underlyingLogger.name

private val fqcn: String? = LocationAwareKLogger::class.java.name
private val fqcn: String = LocationAwareKLogger::class.java.name

private val ENTRY = io.github.oshai.kotlinlogging.KMarkerFactory.getMarker("ENTRY").toSlf4j()
private val EXIT = io.github.oshai.kotlinlogging.KMarkerFactory.getMarker("EXIT").toSlf4j()
Expand Down

0 comments on commit 4ee3229

Please sign in to comment.