This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to catch and log an error.

"
colorBits="8" lengthBits="16" resolution="2" idBits="16" scaleBits="15"
encodingType="0"/>
<%
try {
%>
<%
} catch (Exception e) {
stzRequest.getLogger().debug("EXCEPTION: " + e.getMessage());
%>
<%
}
%>
| Attachment | Size |
|---|---|
| Exception_log.swz | 2.67 KB |