Log4J2LoggerFactoryTest Class — netty Architecture
Architecture documentation for the Log4J2LoggerFactoryTest class in Log4J2LoggerFactoryTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD cf8d2fe1_17b8_2abd_db3b_f09dcccbba38["Log4J2LoggerFactoryTest"] 9307ae8a_b056_1b20_34fc_2c95b5ee6ed0["Log4J2LoggerFactoryTest.java"] cf8d2fe1_17b8_2abd_db3b_f09dcccbba38 -->|defined in| 9307ae8a_b056_1b20_34fc_2c95b5ee6ed0 8ddbd967_66a8_b1a3_2b64_7d719206e5f4["testCreation()"] cf8d2fe1_17b8_2abd_db3b_f09dcccbba38 -->|method| 8ddbd967_66a8_b1a3_2b64_7d719206e5f4
Relationship Graph
Source Code
common/src/test/java/io/netty/util/internal/logging/Log4J2LoggerFactoryTest.java lines 23–31
public class Log4J2LoggerFactoryTest {
@Test
public void testCreation() {
InternalLogger logger = Log4J2LoggerFactory.INSTANCE.newInstance("foo");
assertTrue(logger instanceof Log4J2Logger);
assertEquals("foo", logger.name());
}
}
Source
Frequently Asked Questions
What is the Log4J2LoggerFactoryTest class?
Log4J2LoggerFactoryTest is a class in the netty codebase, defined in common/src/test/java/io/netty/util/internal/logging/Log4J2LoggerFactoryTest.java.
Where is Log4J2LoggerFactoryTest defined?
Log4J2LoggerFactoryTest is defined in common/src/test/java/io/netty/util/internal/logging/Log4J2LoggerFactoryTest.java at line 23.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free