Uses of Enum Class
io.fluxzero.devserver.DevLogEvent.Level
-
Uses of DevLogEvent.Level in io.fluxzero.devserver
Subclasses with type arguments of type DevLogEvent.Level in io.fluxzero.devserverMethods in io.fluxzero.devserver that return DevLogEvent.LevelModifier and TypeMethodDescriptionDevLogEvent.level()Returns the value of thelevelrecord component.AgentSelector.minimumLevel()Returns the value of theminimumLevelrecord component.AgentProblemSummary.severity()Returns the value of theseverityrecord component.DevProblem.severity()Returns the value of theseverityrecord component.static DevLogEvent.LevelReturns the enum constant of this class with the specified name.static DevLogEvent.Level[]DevLogEvent.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.devserver with parameters of type DevLogEvent.LevelModifierConstructorDescriptionAgentProblemSummary(String id, DevLogEvent.Level severity, String category, String source, String serviceType, String serviceId, String instanceId, String operationId, String summary, int occurrences) Creates an instance of aAgentProblemSummaryrecord class.AgentSelector(Set<String> serviceIds, Set<String> instanceIds, Set<String> sources, DevLogEvent.Level minimumLevel) Creates an instance of aAgentSelectorrecord class.DevLogEvent(long sequence, long timestamp, DevLogEvent.Level level, String source, String serviceType, String serviceId, String instanceId, String operationId, String stream, String message) Creates an instance of aDevLogEventrecord class.DevProblem(String id, DevLogEvent.Level severity, String category, String source, String serviceType, String serviceId, String instanceId, String operationId, String summary, String detail, int occurrences, long firstSeenAt, long lastSeenAt, long lastEventSequence) Creates an instance of aDevProblemrecord class.