getRollingPolicy() — spring-boot Function Reference
Architecture documentation for the getRollingPolicy() function in LogbackLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2c1789c5_7083_293b_2c92_43021688613d["getRollingPolicy()"] 34d2c822_c47d_87af_b91c_1cd508fd160c["withFile()"] 34d2c822_c47d_87af_b91c_1cd508fd160c -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 4745d6c7_42a8_0b93_a01a_e1be562f39dc["testCleanHistoryOnStartProperty()"] 4745d6c7_42a8_0b93_a01a_e1be562f39dc -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 1211c67a_1697_101a_3c51_30fba54fc8bc["testCleanHistoryOnStartPropertyWithXmlConfiguration()"] 1211c67a_1697_101a_3c51_30fba54fc8bc -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 89f9799a_0c8a_c6c0_4593_804611f74a64["testMaxFileSizeProperty()"] 89f9799a_0c8a_c6c0_4593_804611f74a64 -->|calls| 2c1789c5_7083_293b_2c92_43021688613d a5cf3c74_3ec5_55e2_b188_4a5fedf2f20e["testMaxFileSizePropertyWithXmlConfiguration()"] a5cf3c74_3ec5_55e2_b188_4a5fedf2f20e -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 3eb0e81f_b21b_5d2b_f71e_df9d6c2e6833["testMaxHistoryProperty()"] 3eb0e81f_b21b_5d2b_f71e_df9d6c2e6833 -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 037b5571_c568_d78a_94e2_12c8871403da["testMaxHistoryPropertyWithXmlConfiguration()"] 037b5571_c568_d78a_94e2_12c8871403da -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 7199a6f6_3ed7_ff1f_151a_82c78d89aa9b["testTotalSizeCapProperty()"] 7199a6f6_3ed7_ff1f_151a_82c78d89aa9b -->|calls| 2c1789c5_7083_293b_2c92_43021688613d efd4c3fb_493e_b351_9823_f9493f2d6e0a["testTotalSizeCapPropertyWithXmlConfiguration()"] efd4c3fb_493e_b351_9823_f9493f2d6e0a -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 6d97af84_6e6d_7cb1_4e2b_e250be37079e["testRollingFileNamePatternProperty()"] 6d97af84_6e6d_7cb1_4e2b_e250be37079e -->|calls| 2c1789c5_7083_293b_2c92_43021688613d 39abd6ed_e0ba_5c00_a2ed_fe13c53ea2d2["getFileAppender()"] 2c1789c5_7083_293b_2c92_43021688613d -->|calls| 39abd6ed_e0ba_5c00_a2ed_fe13c53ea2d2 style 2c1789c5_7083_293b_2c92_43021688613d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 1174–1176
private static SizeAndTimeBasedRollingPolicy<?> getRollingPolicy() {
return (SizeAndTimeBasedRollingPolicy<?>) getFileAppender().getRollingPolicy();
}
Domain
Subdomains
Calls
- getFileAppender()
Called By
- testCleanHistoryOnStartProperty()
- testCleanHistoryOnStartPropertyWithXmlConfiguration()
- testMaxFileSizeProperty()
- testMaxFileSizePropertyWithXmlConfiguration()
- testMaxHistoryProperty()
- testMaxHistoryPropertyWithXmlConfiguration()
- testRollingFileNamePatternProperty()
- testTotalSizeCapProperty()
- testTotalSizeCapPropertyWithXmlConfiguration()
- withFile()
Source
Frequently Asked Questions
What does getRollingPolicy() do?
getRollingPolicy() is a function in the spring-boot codebase.
What does getRollingPolicy() call?
getRollingPolicy() calls 1 function(s): getFileAppender.
What calls getRollingPolicy()?
getRollingPolicy() is called by 10 function(s): testCleanHistoryOnStartProperty, testCleanHistoryOnStartPropertyWithXmlConfiguration, testMaxFileSizeProperty, testMaxFileSizePropertyWithXmlConfiguration, testMaxHistoryProperty, testMaxHistoryPropertyWithXmlConfiguration, testRollingFileNamePatternProperty, testTotalSizeCapProperty, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free