Class DefaultConfiguration

  • All Implemented Interfaces:
    Configuration, Filterable, LifeCycle, LifeCycle2

    public class DefaultConfiguration
    extends AbstractConfiguration
    The default configuration writes all output to the Console using the default logging level. You configure default logging level by setting the system property "org.apache.logging.log4j.level" to a level name. If you do not specify the property, Log4j uses the ERROR Level. Log Events will be printed using the basic formatting provided by each Message.
    • Constructor Detail

      • DefaultConfiguration

        public DefaultConfiguration()
        Constructor to create the default configuration.