Class CoherenceProperties.LoggingProperties

  • Enclosing class:
    CoherenceProperties

    public static class CoherenceProperties.LoggingProperties
    extends Object
    Coherence Logging Configuration.
    • Constructor Detail

      • LoggingProperties

        public LoggingProperties()
    • Method Detail

      • getDestination

        public LogType getDestination()
      • setDestination

        public void setDestination​(LogType destination)
      • getSeverityLevel

        public Integer getSeverityLevel()
      • setSeverityLevel

        public void setSeverityLevel​(Integer severityLevel)
      • getLoggerName

        public String getLoggerName()
      • setLoggerName

        public void setLoggerName​(String loggerName)
      • getMessageFormat

        public String getMessageFormat()
      • setMessageFormat

        public void setMessageFormat​(String messageFormat)
      • getCharacterLimit

        public Integer getCharacterLimit()
      • setCharacterLimit

        public void setCharacterLimit​(Integer characterLimit)