| Package | Description |
|---|---|
| xyz.cofe.gui.swing.log |
Мониторинг java.util.logging сообщений (лог сообщений)
|
| Modifier and Type | Method and Description |
|---|---|
ChainAction |
MaskFilter.getAction()
Указывает поведение при совпадении правила
|
ChainAction |
ChainFilters.getDefaultAction()
Указвает действие по умолчанию
|
ChainAction |
ChainElement.isLoggable(LogRecord rec)
Проверяет событие на соответствие правилу
|
ChainAction |
MaskFilter.isLoggable(LogRecord rec) |
static ChainAction |
ChainAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChainAction[] |
ChainAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChainFilters |
ChainFilters.defaultAction(ChainAction act)
Указывает действие по умолчанию
|
LogHandlerFrame.ConfigureFilters |
LogHandlerFrame.ConfigureFilters.policy(ChainAction act) |
LogHandlerPanel.ConfigureFilters |
LogHandlerPanel.ConfigureFilters.policy(ChainAction act)
Указание поведения по умолчанию
|
void |
MaskFilter.setAction(ChainAction action)
Указывает поведение при совпадении правила
|
void |
ChainFilters.setDefaultAction(ChainAction defaultAction)
Указвает действие по умолчанию
|
Copyright © 2019. All rights reserved.