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

setLogLevel() — spring-boot Function Reference

Architecture documentation for the setLogLevel() function in LoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 25

Entity Profile

Dependency Diagram

graph TD
  121b7287_c247_a3cc_c719_79c9c639fbd5["setLogLevel()"]
  172a1df4_e24d_3a81_c297_35c45816cc3a["setLogLevel()"]
  172a1df4_e24d_3a81_c297_35c45816cc3a -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  3840252c_f845_8a5b_c1ca_33a87893d88c["getLogLevelConfigurer()"]
  3840252c_f845_8a5b_c1ca_33a87893d88c -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  2e6854cb_ef3b_e3f6_8135_9551ea39f5ef["setLogLevel()"]
  2e6854cb_ef3b_e3f6_8135_9551ea39f5ef -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  2cacdadf_f287_27a2_f92b_8febd5d71afd["setLevel()"]
  2cacdadf_f287_27a2_f92b_8febd5d71afd -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  4b8aff14_c25f_36e7_a9d6_45b8c124cf06["setLevelToNull()"]
  4b8aff14_c25f_36e7_a9d6_45b8c124cf06 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  7b629f0c_ddb8_40b8_3278_c9e1240a259a["getLoggerConfigurations()"]
  7b629f0c_ddb8_40b8_3278_c9e1240a259a -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  7785c9f3_4230_882b_0e0c_5a35a5ff654e["getLoggerConfiguration()"]
  7785c9f3_4230_882b_0e0c_5a35a5ff654e -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  87670a84_b8dc_53ae_ff52_d67f57f774e6["setLevel()"]
  87670a84_b8dc_53ae_ff52_d67f57f774e6 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  33703847_d0f8_a632_1dea_e8d8c3f67cc9["setLevelToNull()"]
  33703847_d0f8_a632_1dea_e8d8c3f67cc9 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  6c006e78_8286_ff92_0fd4_9d27c76ce681["getLoggerConfigurations()"]
  6c006e78_8286_ff92_0fd4_9d27c76ce681 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  de1a14d2_0ee8_1aeb_1686_e1a539fe9eaf["getLoggerConfigurationsShouldReturnAllLoggers()"]
  de1a14d2_0ee8_1aeb_1686_e1a539fe9eaf -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  9519ed59_465e_41a6_0d10_16e0e71a34a1["getLoggerConfiguration()"]
  9519ed59_465e_41a6_0d10_16e0e71a34a1 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  bda72245_3647_6d70_aed0_947d5713e8c1["getLoggerConfigurationShouldReturnLoggerWithNullConfiguredLevel()"]
  bda72245_3647_6d70_aed0_947d5713e8c1 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  be8d5242_11f3_a361_a2a8_556edd49ff95["getLoggerConfigurationForNonExistentLoggerShouldReturnNull()"]
  be8d5242_11f3_a361_a2a8_556edd49ff95 -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5
  style 121b7287_c247_a3cc_c719_79c9c639fbd5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java lines 133–135

	public void setLogLevel(@Nullable String loggerName, @Nullable LogLevel level) {
		throw new UnsupportedOperationException("Unable to set log level");
	}

Domain

Subdomains

Frequently Asked Questions

What does setLogLevel() do?
setLogLevel() is a function in the spring-boot codebase.
What does setLogLevel() call?
setLogLevel() calls 1 function(s): setLogLevel.
What calls setLogLevel()?
setLogLevel() is called by 25 function(s): getLogLevelConfigurer, getLoggerConfiguration, getLoggerConfiguration, getLoggerConfiguration, getLoggerConfigurationForNonExistentLoggerShouldReturnNull, getLoggerConfigurationShouldReturnLoggerWithNullConfiguredLevel, getLoggerConfigurationWithResetLevelReturnsNull, getLoggerConfigurationWithResetLevelWhenAlreadyConfiguredReturnsParentConfiguredLevel, and 17 more.

Analyze Your Own Codebase

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

Try Supermodel Free