Uses of Enum Class
org.opends.messages.Severity
Packages that use Severity
Package
Description
Defines all the messages that may be used in the Directory Server and tools.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of Severity in org.opends.messages
Fields in org.opends.messages with type parameters of type SeverityModifier and TypeFieldDescriptionSeverity.VALUESAll the enum values (defined to avoid callingSeverity.values()which allocate an array each time.Methods in org.opends.messages that return SeverityModifier and TypeMethodDescriptionstatic SeveritySeverity.parseString(String s) Returns theSeverityassociated with the input stringswhich can either be a severity's name or messageDescriptorForm.static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Severity in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type SeverityModifier and TypeMethodDescriptionvoidTask.addLogMessage(String category, Severity severity, LocalizableMessage message) Adds a log message to the set of messages logged by this task. -
Uses of Severity in org.opends.server.core
Methods in org.opends.server.core with parameters of type SeverityModifier and TypeMethodDescriptionvoidDirectoryServer.sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) voidServerContext.sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information. -
Uses of Severity in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type SeverityModifier and TypeMethodDescriptionstatic booleanErrorLogger.isEnabledFor(long categoryMask, Severity severity) Check if logging is enabled for the provided category and severity.static voidErrorLogger.log(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.abstract voidErrorLogPublisher.log(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.