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 Summary
Constructors Constructor Description LoggingProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCharacterLimit()LogTypegetDestination()StringgetLoggerName()StringgetMessageFormat()IntegergetSeverityLevel()voidsetCharacterLimit(Integer characterLimit)voidsetDestination(LogType destination)voidsetLoggerName(String loggerName)voidsetMessageFormat(String messageFormat)voidsetSeverityLevel(Integer severityLevel) 
 - 
 
- 
- 
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)
 
 - 
 
 -