Class NotificationLogSettings


  • public class NotificationLogSettings
    extends Object
    Notification Log Settings.
    Since:
    Mattermost Server 5.12
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • NotificationLogSettings

        public NotificationLogSettings()
    • Method Detail

      • isEnableConsole

        public boolean isEnableConsole()
      • getConsoleLevel

        public String getConsoleLevel()
      • isConsoleJson

        public boolean isConsoleJson()
      • isEnableFile

        public boolean isEnableFile()
      • getFileLevel

        public String getFileLevel()
      • isFileJson

        public boolean isFileJson()
      • getFileLocation

        public String getFileLocation()
      • setEnableConsole

        public void setEnableConsole​(boolean enableConsole)
      • setConsoleLevel

        public void setConsoleLevel​(String consoleLevel)
      • setConsoleJson

        public void setConsoleJson​(boolean consoleJson)
      • setEnableFile

        public void setEnableFile​(boolean enableFile)
      • setFileLevel

        public void setFileLevel​(String fileLevel)
      • setFileJson

        public void setFileJson​(boolean fileJson)
      • setFileLocation

        public void setFileLocation​(String fileLocation)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object