Attributes |
Name | Required | Request-time | Type | Description |
logger | true | true | java.lang.Object | The name or instance of the Logger to set as the JSP's default Logger or
the name of the Logger to export as the specified EL variable. |
factory | false | true | org.apache.logging.log4j.message.MessageFactory | Specify this optional tag to provide a message factory other than the default
ParameterizedMessageFactory message factory to use for the Logger. If the Logger has already
been created with a different message factory, this will be ignored. Using this attribute
makes no sense if the "value" attribute's value is an actual Logger instance, since its
message factory cannot be changed. |
var | false | false | java.lang.String | The optional name of the EL variable to export this Logger as. Using this
attribute makes no sense if the "value" attribute's value is an actual Logger instance.
That would result in an existing Logger on the scope being re-added to the
scope. |
scope | false | false | java.lang.String | Either "page," "request," "session," or "application," the optional scope that
the EL variable should be exported to (defaults to "page"). |