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

forLogLevel() — spring-boot Function Reference

Architecture documentation for the forLogLevel() function in ConditionEvaluationReportLoggingListener.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  afcc8f20_f30a_8138_df76_9bf387bbd790["forLogLevel()"]
  b46ed432_fa76_db91_02a1_1e21f5fb1dc3["whenAspectJIsAbsentAndProxyTargetClassIsEnabledProxyCreatorBeanIsDefined()"]
  b46ed432_fa76_db91_02a1_1e21f5fb1dc3 -->|calls| afcc8f20_f30a_8138_df76_9bf387bbd790
  000590e6_ad2b_2679_9ebe_4f709e6f75d1["whenAspectJIsAbsentAndProxyTargetClassIsDisabledNoProxyCreatorBeanIsDefined()"]
  000590e6_ad2b_2679_9ebe_4f709e6f75d1 -->|calls| afcc8f20_f30a_8138_df76_9bf387bbd790
  3e7af08d_01a0_e501_01b1_15b9636ebdb1["ConditionEvaluationReportLoggingListener()"]
  afcc8f20_f30a_8138_df76_9bf387bbd790 -->|calls| 3e7af08d_01a0_e501_01b1_15b9636ebdb1
  style afcc8f20_f30a_8138_df76_9bf387bbd790 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/ConditionEvaluationReportLoggingListener.java lines 78–80

	public static ConditionEvaluationReportLoggingListener forLogLevel(LogLevel logLevelForReport) {
		return new ConditionEvaluationReportLoggingListener(logLevelForReport);
	}

Domain

Subdomains

Called By

  • whenAspectJIsAbsentAndProxyTargetClassIsDisabledNoProxyCreatorBeanIsDefined()
  • whenAspectJIsAbsentAndProxyTargetClassIsEnabledProxyCreatorBeanIsDefined()

Frequently Asked Questions

What does forLogLevel() do?
forLogLevel() is a function in the spring-boot codebase.
What does forLogLevel() call?
forLogLevel() calls 1 function(s): ConditionEvaluationReportLoggingListener.
What calls forLogLevel()?
forLogLevel() is called by 2 function(s): whenAspectJIsAbsentAndProxyTargetClassIsDisabledNoProxyCreatorBeanIsDefined, whenAspectJIsAbsentAndProxyTargetClassIsEnabledProxyCreatorBeanIsDefined.

Analyze Your Own Codebase

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

Try Supermodel Free