testSetLoggerFactory() — netty Function Reference
Architecture documentation for the testSetLoggerFactory() function in CommonsLoggingTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8d9b3f35_0298_073c_d423_f24fe086aad8["testSetLoggerFactory()"] 5fd903e6_de2e_b89c_c2ac_c8c723eb9ebf["CommonsLoggingTest"] 8d9b3f35_0298_073c_d423_f24fe086aad8 -->|defined in| 5fd903e6_de2e_b89c_c2ac_c8c723eb9ebf style 8d9b3f35_0298_073c_d423_f24fe086aad8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java lines 25–29
@Test
public void testSetLoggerFactory() {
// Only proves we are using the correct module name, but that is enough
InternalLoggerFactory.setDefaultFactory(new CommonsLoggerFactory());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testSetLoggerFactory() do?
testSetLoggerFactory() is a function in the netty codebase, defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java.
Where is testSetLoggerFactory() defined?
testSetLoggerFactory() is defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free