Class CoherenceProperties.LoggingProperties

java.lang.Object
com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
Enclosing class:
CoherenceProperties

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

    • LoggingProperties

      public LoggingProperties()
  • Method Details

    • 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)