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 Integer
getCharacterLimit()
LogType
getDestination()
String
getLoggerName()
String
getMessageFormat()
Integer
getSeverityLevel()
void
setCharacterLimit(Integer characterLimit)
void
setDestination(LogType destination)
void
setLoggerName(String loggerName)
void
setMessageFormat(String messageFormat)
void
setSeverityLevel(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)
-
-