Class CoherenceProperties.LoggingProperties
java.lang.Object
com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
- Enclosing class:
- CoherenceProperties
Coherence Logging Configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCharacterLimit
(Integer characterLimit) void
setDestination
(LogType destination) void
setLoggerName
(String loggerName) void
setMessageFormat
(String messageFormat) void
setSeverityLevel
(Integer severityLevel)
-
Constructor Details
-
LoggingProperties
public LoggingProperties()
-
-
Method Details
-
getDestination
-
setDestination
-
getSeverityLevel
-
setSeverityLevel
-
getLoggerName
-
setLoggerName
-
getMessageFormat
-
setMessageFormat
-
getCharacterLimit
-
setCharacterLimit
-