Class LoggingConfiguration


  • @Configuration
    public class LoggingConfiguration
    extends Object
    • Constructor Detail

      • LoggingConfiguration

        public LoggingConfiguration​(@Value("${spring.application.name}")
                                    String appName,
                                    @Value("${server.port}")
                                    String serverPort,
                                    tech.jhipster.config.JHipsterProperties jHipsterProperties,
                                    com.fasterxml.jackson.databind.ObjectMapper mapper)
                             throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException