com.oldlight.weaver.admin.weaverbeans
Class LogSettingsBean
java.lang.Object
com.oldlight.weaver.admin.weaverbeans.LogSettingsBean
- All Implemented Interfaces:
- WeaverBean
- public class LogSettingsBean
- extends Object
- implements WeaverBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_LOG_DOMAINS
private static final String PARAM_LOG_DOMAINS
- See Also:
- Constant Field Values
PARAM_LOG_LEVEL
private static final String PARAM_LOG_LEVEL
- See Also:
- Constant Field Values
l
private static Logger l
assertions
private static final WeaverAttributeAssertion[] assertions
LogSettingsBean
public LogSettingsBean()
handle
public void handle(WeaverExecutionContext context)
throws WeaverClientException
- Description copied from interface:
WeaverBean
- Invoked by Weaver as a result of a call tag in the WAD file.
- Specified by:
handle
in interface WeaverBean
- Parameters:
context
- The current execution context.
- Throws:
WeaverClientException
- Thrown by your W-Bean to flag an error to Weaver.