import "Logs.idl";
Public Attributes | |
| KId | id |
| global identification | |
| boolean | enabled |
| Rule is [dis|en]abled. | |
| string | description |
| Text description. | |
| string | condition |
| Match condition. | |
| boolean | isRegex |
| Is condition held as regular expression? (server does NOT check if regex is valid) | |
| HighlightColor | color |
| Highlight matching log lines by this color. | |
| boolean | isOrderChanged |
| True if item order was changed by user. | |
Log highlighting item
| HighlightColor kerio::web::HighlightItem::color |
Highlight matching log lines by this color.
| string kerio::web::HighlightItem::condition |
Match condition.
| string kerio::web::HighlightItem::description |
Text description.
| boolean kerio::web::HighlightItem::enabled |
Rule is [dis|en]abled.
| KId kerio::web::HighlightItem::id |
global identification
| boolean kerio::web::HighlightItem::isOrderChanged |
True if item order was changed by user.
| boolean kerio::web::HighlightItem::isRegex |
Is condition held as regular expression? (server does NOT check if regex is valid)