Home / Function/ withDebugLogging() — spring-boot Function Reference

withDebugLogging() — spring-boot Function Reference

Architecture documentation for the withDebugLogging() function in ConditionEvaluationReportLoggingListenerTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  2a4ed21b_d350_7074_16b4_4fdc57d6fd52["withDebugLogging()"]
  1477ade3_c0fc_3942_4254_ad5a94a35bc0["logsDebugOnContextRefresh()"]
  1477ade3_c0fc_3942_4254_ad5a94a35bc0 -->|calls| 2a4ed21b_d350_7074_16b4_4fdc57d6fd52
  1206d8bd_d656_88ba_793e_bffe9dd675ec["logsDebugOnApplicationFailedEvent()"]
  1206d8bd_d656_88ba_793e_bffe9dd675ec -->|calls| 2a4ed21b_d350_7074_16b4_4fdc57d6fd52
  8f743f63_4dd3_98c9_8683_e30e6d9b715b["withLoggingLevel()"]
  2a4ed21b_d350_7074_16b4_4fdc57d6fd52 -->|calls| 8f743f63_4dd3_98c9_8683_e30e6d9b715b
  style 2a4ed21b_d350_7074_16b4_4fdc57d6fd52 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/logging/ConditionEvaluationReportLoggingListenerTests.java lines 109–111

	private void withDebugLogging(Runnable runnable) {
		withLoggingLevel(Level.DEBUG, runnable);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does withDebugLogging() do?
withDebugLogging() is a function in the spring-boot codebase.
What does withDebugLogging() call?
withDebugLogging() calls 1 function(s): withLoggingLevel.
What calls withDebugLogging()?
withDebugLogging() is called by 2 function(s): logsDebugOnApplicationFailedEvent, logsDebugOnContextRefresh.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free