File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/dev/hermannm/devlog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments