Commit cfcdac9
committed
Extract LOGGER_CONTEXT_CLASS_NAME constant and unify log messages
- Moved the repeated string "org.apache.logging.log4j.core.LoggerContext" to a private static final constant
- Used the constant in Class.forName() and ConditionOutcome messages
- Unified inconsistent messages: changed "Logger context" to "LoggerContext" for consistency with the class name
Signed-off-by: wonyongg <[email protected]>1 parent 740b00e commit cfcdac9
File tree
1 file changed
+5
-3
lines changed- spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments