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

setLevel() — spring-boot Function Reference

Architecture documentation for the setLevel() function in ColorConverterTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  56e841ad_55eb_4999_1c00_c953ca9b0c16["setLevel()"]
  ec98a986_24fe_2d7c_8432_947d94915811["highlightFatal()"]
  ec98a986_24fe_2d7c_8432_947d94915811 -->|calls| 56e841ad_55eb_4999_1c00_c953ca9b0c16
  47800c0f_9633_90ec_36bc_2ca00d721e0f["highlightError()"]
  47800c0f_9633_90ec_36bc_2ca00d721e0f -->|calls| 56e841ad_55eb_4999_1c00_c953ca9b0c16
  699190a3_d5ed_9137_0309_9a4a0cd91468["highlightWarn()"]
  699190a3_d5ed_9137_0309_9a4a0cd91468 -->|calls| 56e841ad_55eb_4999_1c00_c953ca9b0c16
  147e6794_0963_0880_1f73_38d88380ad68["highlightDebug()"]
  147e6794_0963_0880_1f73_38d88380ad68 -->|calls| 56e841ad_55eb_4999_1c00_c953ca9b0c16
  ffc25e7f_fee0_8997_c8c4_fe1c9bb31613["highlightTrace()"]
  ffc25e7f_fee0_8997_c8c4_fe1c9bb31613 -->|calls| 56e841ad_55eb_4999_1c00_c953ca9b0c16
  style 56e841ad_55eb_4999_1c00_c953ca9b0c16 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/ColorConverterTests.java lines 231–233

		void setLevel(@Nullable Level level) {
			this.level = level;
		}

Domain

Subdomains

Called By

  • highlightDebug()
  • highlightError()
  • highlightFatal()
  • highlightTrace()
  • highlightWarn()

Frequently Asked Questions

What does setLevel() do?
setLevel() is a function in the spring-boot codebase.
What calls setLevel()?
setLevel() is called by 5 function(s): highlightDebug, highlightError, highlightFatal, highlightTrace, highlightWarn.

Analyze Your Own Codebase

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

Try Supermodel Free