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