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

LogbackConfigurationAotContribution() — spring-boot Function Reference

Architecture documentation for the LogbackConfigurationAotContribution() function in SpringBootJoranConfigurator.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  a497e191_e773_6352_d30d_9069c86453cc["LogbackConfigurationAotContribution()"]
  825608fa_c257_7873_e543_055bdcce839b["processModel()"]
  825608fa_c257_7873_e543_055bdcce839b -->|calls| a497e191_e773_6352_d30d_9069c86453cc
  b3111f86_6fc4_9f28_1f2f_cdc651c20853["ModelWriter()"]
  a497e191_e773_6352_d30d_9069c86453cc -->|calls| b3111f86_6fc4_9f28_1f2f_cdc651c20853
  0ef55e60_4868_ed83_a24a_7d7b81e5fb41["PatternRules()"]
  a497e191_e773_6352_d30d_9069c86453cc -->|calls| 0ef55e60_4868_ed83_a24a_7d7b81e5fb41
  style a497e191_e773_6352_d30d_9069c86453cc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringBootJoranConfigurator.java lines 156–160

		private LogbackConfigurationAotContribution(Model model, ModelInterpretationContext interpretationContext,
				Context context) {
			this.modelWriter = new ModelWriter(model, interpretationContext);
			this.patternRules = new PatternRules(context);
		}

Domain

Subdomains

Calls

  • ModelWriter()
  • PatternRules()

Called By

Frequently Asked Questions

What does LogbackConfigurationAotContribution() do?
LogbackConfigurationAotContribution() is a function in the spring-boot codebase.
What does LogbackConfigurationAotContribution() call?
LogbackConfigurationAotContribution() calls 2 function(s): ModelWriter, PatternRules.
What calls LogbackConfigurationAotContribution()?
LogbackConfigurationAotContribution() is called by 1 function(s): processModel.

Analyze Your Own Codebase

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

Try Supermodel Free