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

getLoggerName() — spring-boot Function Reference

Architecture documentation for the getLoggerName() function in LogbackLoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  0c81c8a7_d17d_2c10_84fe_27b409761f10["getLoggerName()"]
  fbf63d90_29ae_d068_0560_fed7baba80bc["getLoggerConfiguration()"]
  fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 0c81c8a7_d17d_2c10_84fe_27b409761f10
  2babc4f7_d634_4f0b_aef1_7095b8a47c5f["getLogger()"]
  2babc4f7_d634_4f0b_aef1_7095b8a47c5f -->|calls| 0c81c8a7_d17d_2c10_84fe_27b409761f10
  89357755_b4e5_20cf_82b2_e0385f3bfd25["equals()"]
  0c81c8a7_d17d_2c10_84fe_27b409761f10 -->|calls| 89357755_b4e5_20cf_82b2_e0385f3bfd25
  style 0c81c8a7_d17d_2c10_84fe_27b409761f10 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 377–382

	private String getLoggerName(@Nullable String name) {
		if (!StringUtils.hasLength(name) || Logger.ROOT_LOGGER_NAME.equals(name)) {
			return ROOT_LOGGER_NAME;
		}
		return name;
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does getLoggerName() do?
getLoggerName() is a function in the spring-boot codebase.
What does getLoggerName() call?
getLoggerName() calls 1 function(s): equals.
What calls getLoggerName()?
getLoggerName() is called by 2 function(s): getLogger, getLoggerConfiguration.

Analyze Your Own Codebase

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

Try Supermodel Free