Uses of Enum Class
com.soklet.core.LogEventType
Packages that use LogEventType
-
Uses of LogEventType in com.soklet.core
Subclasses with type arguments of type LogEventType in com.soklet.coreMethods in com.soklet.core that return LogEventTypeModifier and TypeMethodDescriptionLogEvent.getLogEventType()
The type of log event this is.static LogEventType
Returns the enum constant of this class with the specified name.static LogEventType[]
LogEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet.core with parameters of type LogEventTypeModifier and TypeMethodDescriptionLogEvent.Builder.logEventType
(LogEventType logEventType) LogEvent.Copier.logEventType
(LogEventType logEventType) static LogEvent.Builder
LogEvent.with
(LogEventType logEventType, String message) Acquires a builder forLogEvent
instances.