Uses of Class
com.oracle.coherence.spring.boot.autoconfigure.support.LogType
-
Packages that use LogType Package Description com.oracle.coherence.spring.boot.autoconfigure Provides auto configuration for Spring Boot.com.oracle.coherence.spring.boot.autoconfigure.support Classes supporting thecom.oracle.coherence.spring.boot.autoconfigurepackage. -
-
Uses of LogType in com.oracle.coherence.spring.boot.autoconfigure
Methods in com.oracle.coherence.spring.boot.autoconfigure that return LogType Modifier and Type Method Description LogTypeCoherenceProperties.LoggingProperties. getDestination()Methods in com.oracle.coherence.spring.boot.autoconfigure with parameters of type LogType Modifier and Type Method Description voidCoherenceProperties.LoggingProperties. setDestination(LogType destination) -
Uses of LogType in com.oracle.coherence.spring.boot.autoconfigure.support
Methods in com.oracle.coherence.spring.boot.autoconfigure.support that return LogType Modifier and Type Method Description static LogTypeLogType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogType[]LogType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-