a4j
Tag log


The <a4j:log> component generates JavaScript that opens a debug window, logging application information such as requests, responses, and DOM changes.

@author Nick Belaevski


Tag Information
Component type org.richfaces.AjaxLog
Tag Name a4j:log
Renderer Type org.richfaces.AjaxLogRenderer
Handler Class None

Attributes
Name Required Type Description
binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
id false java.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
level false java.lang.String Sets the logging level, can be one of "ERROR", "FATAL", "INFO", "WARN", "ALL"
mode false org.richfaces.component.LogMode Determines how the log appears on the page, can be one of: "inline", "popup". When set to "popup", the popup window is opened by pressing the key combination Ctrl + Shift + L
rendered false boolean Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
style false java.lang.String CSS style(s) to be applied when this component is rendered.
styleClass false java.lang.String Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.


Output Generated by Tag Library Documentation Generator.