Class CoherenceProperties.LoggingProperties
- java.lang.Object
 - 
- com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
 
- 
- Enclosing class:
 - CoherenceProperties
 
public static class CoherenceProperties.LoggingProperties extends java.lang.ObjectCoherence Logging Configuration. 
- 
- 
Constructor Summary
Constructors Constructor Description LoggingProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCharacterLimit()LogTypegetDestination()java.lang.StringgetLoggerName()java.lang.StringgetMessageFormat()java.lang.IntegergetSeverityLevel()voidsetCharacterLimit(java.lang.Integer characterLimit)voidsetDestination(LogType destination)voidsetLoggerName(java.lang.String loggerName)voidsetMessageFormat(java.lang.String messageFormat)voidsetSeverityLevel(java.lang.Integer severityLevel) 
 - 
 
- 
- 
Method Detail
- 
getDestination
public LogType getDestination()
 
- 
setDestination
public void setDestination(LogType destination)
 
- 
getSeverityLevel
public java.lang.Integer getSeverityLevel()
 
- 
setSeverityLevel
public void setSeverityLevel(java.lang.Integer severityLevel)
 
- 
getLoggerName
public java.lang.String getLoggerName()
 
- 
setLoggerName
public void setLoggerName(java.lang.String loggerName)
 
- 
getMessageFormat
public java.lang.String getMessageFormat()
 
- 
setMessageFormat
public void setMessageFormat(java.lang.String messageFormat)
 
- 
getCharacterLimit
public java.lang.Integer getCharacterLimit()
 
- 
setCharacterLimit
public void setCharacterLimit(java.lang.Integer characterLimit)
 
 - 
 
 -