Uses of Class
org.apache.logging.log4j.core.impl.DefaultLogEventFactory
-
Packages that use DefaultLogEventFactory Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of DefaultLogEventFactory in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as DefaultLogEventFactory Modifier and Type Field Description private static DefaultLogEventFactory
DefaultLogEventFactory. instance
Methods in org.apache.logging.log4j.core.impl that return DefaultLogEventFactory Modifier and Type Method Description static DefaultLogEventFactory
DefaultLogEventFactory. getInstance()
-
Uses of DefaultLogEventFactory in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return DefaultLogEventFactory Modifier and Type Method Description private DefaultLogEventFactory
AbstractStringLayout. getLogEventFactory()
-