[Bro] bro script question.

Justin Azoff JAzoff at albany.edu
Wed Jun 4 07:08:15 PDT 2014


On Wed, Jun 04, 2014 at 01:49:57PM +0000, Bryant, Thomas wrote:
>   # Log::write(TstRec::LOG, $data=str);
>   # Log::write(TstLog::LOG, [$data=mkString()]);

You want

  Log::write(LOG, [$data=str]);

-- 
-- Justin Azoff



More information about the Bro mailing list