You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/StructuredLoggingJsonMembersCustomizer.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,15 @@
25
25
* <p>
26
26
* An implementation may be provided using the {@code logging.structured.json.customizer}
27
27
* property.
28
+
* <p>
29
+
* {@code StructuredLoggingJsonMembersCustomizer} implementations may optionally take the
30
+
* following constructor parameters:
31
+
* <ul>
32
+
* <li>{@link org.springframework.core.env.Environment} - The Spring
33
+
* {@code Environment}.</li>
34
+
* <li>{@link ch.qos.logback.classic.pattern.ThrowableProxyConverter} - The Logback
35
+
* {@code ThrowableProxyConverter} (available only if Logback is using).</li>
0 commit comments