|
DOWNLOAD (Requires the Microsoft .NET Framework 2.0) |
Actions are instructions to the viewer how it should react to different events. When an event is received by the viewer it looks through the associated actions from the top and applies the first matching action. An action is concidered a match when its pattern matches one or more words in the log event.
Enables coloring of an event.
Makes the event not to appear in the viewer.
Pops up a messagebox with the event data.
Enables coloring of the matched content inside the event.
Tells the viewer to start ignoring all events until it receives an End Ignore action.
Tells the viewer to start showing events again after ignoring them. The events are not counted so one End will terminate the ignoring even if there has been five Start actions.