public abstract class EventLogCategory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<EventLogCategory> |
EP_NAME |
Modifier | Constructor and Description |
---|---|
protected |
EventLogCategory(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
acceptsNotification(java.lang.String groupId) |
java.lang.String |
getDisplayName() |
public static final ExtensionPointName<EventLogCategory> EP_NAME