Help for this page

Select Code to Download


  1. or download this
    push @filter, [("EventLog", "started", "The EventLog  has been Started
    +")];
    push @filter, [("EventLog", "stopped", "The EventLog has been Stopped"
    +)];
    
  2. or download this
    @singlefilter = pop(@filter)
    
  3. or download this
    $logtype = {@singlefilter[0]}[0];
    $Regex_Event = {@singlefilter[0]}[1];
    $Friendly_Output = {@singlefilter[0]}[2];
    
  4. or download this
    $logtype=@singlefilter[0];