Skip to content

Commit

Permalink
Merge pull request spring-projects#43313 from quaff
Browse files Browse the repository at this point in the history
* spring-projectsgh-43313:
  Update javadoc to describe registration through spring.factories

Closes spring-projectsgh-43313
  • Loading branch information
wilkinsona committed Nov 29, 2024
2 parents 512584d + aaaeddc commit a0309a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
* customize {@link JsonWriter} {@link Members}.
* <p>
* An implementation may be provided using the {@code logging.structured.json.customizer}
* property.
* property. Alternatively, implementations can be registered in
* {@code META-INF/spring.factories} under the key
* {@code org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer}.
* <p>
* Implementing classes can declare the following parameter types in the constructor:
* <ul>
Expand Down

0 comments on commit a0309a5

Please sign in to comment.