Class LogConfig


  • @Component
    @ConfigurationProperties(prefix="log")
    public class LogConfig
    extends java.lang.Object
    에러로그 수집기 설정.
    Version:
    1.0
    Author:
    always0ne
    • Constructor Summary

      Constructors 
      Constructor Description
      LogConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serverName

        private java.lang.String serverName
      • level

        private ch.qos.logback.classic.Level level
    • Constructor Detail

      • LogConfig

        public LogConfig()