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

disableDebugTraceArg() — spring-boot Function Reference

Architecture documentation for the disableDebugTraceArg() function in LoggingApplicationListenerTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 4 called by 2

Entity Profile

Dependency Diagram

graph TD
  a178fe13_267c_0cb3_6d0e_0f68c4a47668["disableDebugTraceArg()"]
  51cc21a1_0a5c_6cc8_42ba_f1ce982ff0c4["disableDebugArg()"]
  51cc21a1_0a5c_6cc8_42ba_f1ce982ff0c4 -->|calls| a178fe13_267c_0cb3_6d0e_0f68c4a47668
  70f6518e_bbe0_e6ae_41b4_d9c5995deab1["disableTraceArg()"]
  70f6518e_bbe0_e6ae_41b4_d9c5995deab1 -->|calls| a178fe13_267c_0cb3_6d0e_0f68c4a47668
  e4941a37_d532_8edb_200f_24a620639c51["addPropertiesToEnvironment()"]
  a178fe13_267c_0cb3_6d0e_0f68c4a47668 -->|calls| e4941a37_d532_8edb_200f_24a620639c51
  2708db62_8b10_9bf2_e348_171895b093f2["initialize()"]
  a178fe13_267c_0cb3_6d0e_0f68c4a47668 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2
  a74a6404_ac0b_ef50_4554_48366dd90b97["getEnvironment()"]
  a178fe13_267c_0cb3_6d0e_0f68c4a47668 -->|calls| a74a6404_ac0b_ef50_4554_48366dd90b97
  49a45454_f203_2fd5_2d77_322abb416244["getClassLoader()"]
  a178fe13_267c_0cb3_6d0e_0f68c4a47668 -->|calls| 49a45454_f203_2fd5_2d77_322abb416244
  style a178fe13_267c_0cb3_6d0e_0f68c4a47668 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java lines 317–324

	private void disableDebugTraceArg(String... environment) {
		addPropertiesToEnvironment(this.context, environment);
		this.listener.initialize(this.context.getEnvironment(), getClassLoader());
		this.logger.debug("testatdebug");
		this.logger.trace("testattrace");
		assertThat(this.output).doesNotContain("testatdebug");
		assertThat(this.output).doesNotContain("testattrace");
	}

Domain

Subdomains

Called By

  • disableDebugArg()
  • disableTraceArg()

Frequently Asked Questions

What does disableDebugTraceArg() do?
disableDebugTraceArg() is a function in the spring-boot codebase.
What does disableDebugTraceArg() call?
disableDebugTraceArg() calls 4 function(s): addPropertiesToEnvironment, getClassLoader, getEnvironment, initialize.
What calls disableDebugTraceArg()?
disableDebugTraceArg() is called by 2 function(s): disableDebugArg, disableTraceArg.

Analyze Your Own Codebase

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

Try Supermodel Free