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

info() — spring-boot Function Reference

Architecture documentation for the info() function in DeferredLogTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  656ce462_64c6_1062_d1e0_0d8359fd95ca["info()"]
  c7704aa2_6f35_1235_1edc_b33245ace9d2["infoWithThrowable()"]
  c7704aa2_6f35_1235_1edc_b33245ace9d2 -->|calls| 656ce462_64c6_1062_d1e0_0d8359fd95ca
  35c198a9_ec93_3ebb_5783_20692b952032["clearsOnReplayTo()"]
  35c198a9_ec93_3ebb_5783_20692b952032 -->|calls| 656ce462_64c6_1062_d1e0_0d8359fd95ca
  ffdf4699_5fbc_114c_a36f_85819a2f65b3["switchTo()"]
  ffdf4699_5fbc_114c_a36f_85819a2f65b3 -->|calls| 656ce462_64c6_1062_d1e0_0d8359fd95ca
  style 656ce462_64c6_1062_d1e0_0d8359fd95ca fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/DeferredLogTests.java lines 102–107

	@Test
	void info() {
		this.deferredLog.info(this.message);
		this.deferredLog.replayTo(this.log);
		then(this.log).should().info(this.message, null);
	}

Domain

Subdomains

Called By

  • clearsOnReplayTo()
  • infoWithThrowable()
  • switchTo()

Frequently Asked Questions

What does info() do?
info() is a function in the spring-boot codebase.
What calls info()?
info() is called by 3 function(s): clearsOnReplayTo, infoWithThrowable, switchTo.

Analyze Your Own Codebase

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

Try Supermodel Free