---------------------------------------------------------------------------
| 276 | } |
| 277 | //--------------------------------------------------------------------------- |
| 278 | void __fastcall THighlightForm::HelpButtonClick(TObject *Sender) |
| 279 | { |
| 280 | ReportMess2( |
| 281 | "- Rules in the list are processed from top to bottom\n" |
| 282 | "- Match rule \"Text contains\" searches for text in all fields of the message: " |
| 283 | "Time, IP, Host, Facility, Priority, Tag, Message" |
| 284 | ); |
| 285 | } |
| 286 | //--------------------------------------------------------------------------- |
| 287 |
nothing calls this directly
no test coverage detected