| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.tracer |
Plugin that provides tracer functionality.
|
| Modifier and Type | Method and Description |
|---|---|
FilteredMessage.Flag |
TracerFilter.getAction() |
static FilteredMessage.Flag |
FilteredMessage.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteredMessage.Flag[] |
FilteredMessage.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default EnumSet<FilteredMessage.Flag> |
FilteredMessage.getFlags()
Returns the flags associated with this message.
|
EnumSet<FilteredMessage.Flag> |
TracerMessage.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
default void |
FilteredMessage.addFlag(FilteredMessage.Flag action,
FilteredMessage.Flag... actions)
Associates one or more flags with this message.
|
default void |
FilteredMessage.addFlag(FilteredMessage.Flag action,
FilteredMessage.Flag... actions)
Associates one or more flags with this message.
|
void |
TracerMessage.addFlag(FilteredMessage.Flag action,
FilteredMessage.Flag... moreActions) |
void |
TracerMessage.addFlag(FilteredMessage.Flag action,
FilteredMessage.Flag... moreActions) |
| Constructor and Description |
|---|
TracerFilter(TracerFilter.Mode mode,
boolean invert,
boolean format,
TracerFilter.Target target,
TracerFilter.Method method,
String code,
Color color,
FilteredMessage.Flag action,
FilterRegistry registry) |
Copyright © 2018 LSST. All rights reserved.