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

info() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  6ffb5b0d_2a61_73b2_7578_8983146247d4["info()"]
  655801eb_3852_e699_6447_ba3377cd0bd0["conversionRule()"]
  655801eb_3852_e699_6447_ba3377cd0bd0 -->|calls| 6ffb5b0d_2a61_73b2_7578_8983146247d4
  321b04e2_56ae_7921_7b9f_37c4aa3dfb5e["appender()"]
  321b04e2_56ae_7921_7b9f_37c4aa3dfb5e -->|calls| 6ffb5b0d_2a61_73b2_7578_8983146247d4
  1673aa45_07f5_7858_50a5_ba9aa52f026a["logger()"]
  1673aa45_07f5_7858_50a5_ba9aa52f026a -->|calls| 6ffb5b0d_2a61_73b2_7578_8983146247d4
  164d366c_b4de_5edf_6e9d_747b2167e7f5["start()"]
  164d366c_b4de_5edf_6e9d_747b2167e7f5 -->|calls| 6ffb5b0d_2a61_73b2_7578_8983146247d4
  style 6ffb5b0d_2a61_73b2_7578_8983146247d4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/DebugLogbackConfigurator.java lines 71–73

	private void info(String message) {
		getContext().getStatusManager().add(new InfoStatus(message, this));
	}

Domain

Subdomains

Called By

  • appender()
  • conversionRule()
  • logger()
  • start()

Frequently Asked Questions

What does info() do?
info() is a function in the spring-boot codebase.
What calls info()?
info() is called by 4 function(s): appender, conversionRule, logger, start.

Analyze Your Own Codebase

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

Try Supermodel Free