<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<%@ taglib uri="http://jakarta.apache.org/taglibs/log-1.0" prefix="log" %>
<HEAD>
<TITLE>Test fatal</TITLE>
</HEAD>
<BODY>
<h1>Test fatal</h1>
<log:fatal>This is body content.</log:fatal>
<log:fatal message="This is attribute content." />
<log:fatal category="test5">This is body content in category test4.</log:fatal>
You should see output in the fatal logs now.
</BODY>
</html>