org.jwall.web.audit.rules.actions
Interface RuleActionContext

All Superinterfaces:
RuleContext

public interface RuleActionContext
extends RuleContext


Field Summary
 
Fields inherited from interface org.jwall.audit.rules.RuleContext
EVENT_PROCESSED
 
Method Summary
 void log(int level, String msg)
          Add a log message to the rule processing context.
 
Methods inherited from interface org.jwall.audit.rules.RuleContext
get, set
 

Method Detail

log

void log(int level,
         String msg)
Description copied from interface: RuleContext
Add a log message to the rule processing context.

Specified by:
log in interface RuleContext
Parameters:
level - The log-level of the message.
msg - The message to log.


Copyright © 2012 jwall.org. All Rights Reserved.