Class JsPredicate

java.lang.Object
com.logviewer.filters.JsPredicate
All Implemented Interfaces:
RecordPredicate

public class JsPredicate extends Object implements RecordPredicate
  • Constructor Details

    • JsPredicate

      public JsPredicate(String script)
  • Method Details

    • getCompiledScript

      public org.mozilla.javascript.Function getCompiledScript(com.logviewer.filters.JsPredicate.JsContext jsContext)
    • test

      public boolean test(LogRecord record, LogFilterContext ctx)
      Specified by:
      test in interface RecordPredicate