File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
log4j-core-test/src/test/java/org/apache/logging/log4j/core/tools Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838import javax .tools .ToolProvider ;
3939import org .apache .logging .log4j .LogManager ;
4040import org .apache .logging .log4j .Marker ;
41+ import org .apache .logging .log4j .core .test .TestConstants ;
4142import org .apache .logging .log4j .message .Message ;
4243import org .apache .logging .log4j .message .MessageFactory ;
43- import org .apache .logging .log4j .spi .LoggingSystemProperty ;
4444import org .apache .logging .log4j .test .TestLogger ;
4545import org .apache .logging .log4j .util .MessageSupplier ;
4646import org .apache .logging .log4j .util .Strings ;
5252
5353@ Tag ("functional" )
5454@ SetSystemProperty (
55- key = LoggingSystemProperty . Constant . LOGGER_CONTEXT_FACTORY_CLASS ,
55+ key = TestConstants . LOGGER_CONTEXT_FACTORY ,
5656 value = "org.apache.logging.log4j.test.TestLoggerContextFactory" )
5757public class GenerateCustomLoggerTest {
5858
Original file line number Diff line number Diff line change 3838import javax .tools .ToolProvider ;
3939import org .apache .logging .log4j .LogManager ;
4040import org .apache .logging .log4j .Marker ;
41+ import org .apache .logging .log4j .core .test .TestConstants ;
4142import org .apache .logging .log4j .message .Message ;
4243import org .apache .logging .log4j .message .MessageFactory ;
4344import org .apache .logging .log4j .spi .ExtendedLogger ;
44- import org .apache .logging .log4j .spi .LoggingSystemProperty ;
4545import org .apache .logging .log4j .test .TestLogger ;
4646import org .apache .logging .log4j .util .MessageSupplier ;
4747import org .apache .logging .log4j .util .Strings ;
5353
5454@ Tag ("functional" )
5555@ SetSystemProperty (
56- key = LoggingSystemProperty . Constant . LOGGER_CONTEXT_FACTORY_CLASS ,
56+ key = TestConstants . LOGGER_CONTEXT_FACTORY ,
5757 value = "org.apache.logging.log4j.test.TestLoggerContextFactory" )
5858public class GenerateExtendedLoggerTest {
5959
You can’t perform that action at this time.
0 commit comments