Attributes |
Name | Required | Request-time | Type | Description |
logger | false | true | java.lang.Object | The name or instance of the Logger to use to override the default Logger
for this JSP. |
message | false | true | java.lang.Object | The message that should be logged. May be a String, Object, or
org.apache.logging.log4j.message.Message. Either this attribute or body content are
required. |
marker | false | true | org.apache.logging.log4j.Marker | Optional marker data to include in this logging event. |
exception | false | true | java.lang.Throwable | Optional exception that should be logged. |