Skip to content

Commit 46a9b8d

Browse files
committed
Update LogMarker docstring
1 parent dc1b620 commit 46a9b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/dev/hermannm/devlog/LogMarker.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import net.logstash.logback.marker.SingleFieldAppendingMarker
2626
* example below). This serializes the value using `kotlinx.serialization`. Alternatively, if you
2727
* have a value that is already serialized, you can instead call [LogBuilder.addRawJsonMarker].
2828
*
29-
* If you instead want to attach a marker to all logs within a scope, you can use
30-
* [withLoggingContext] and pass markers to it with the [marker]/[rawJsonMarker] functions.
29+
* If you want to attach a marker to all logs within a scope, you can use [withLoggingContext] and
30+
* pass markers to it with the [marker]/[rawJsonMarker] functions.
3131
*
3232
* Finally, you can implement the [WithLogMarkers] interface or use [ExceptionWithLogMarkers] to
3333
* attach markers to an exception when it's logged.

0 commit comments

Comments
 (0)