<!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 info</TITLE> </HEAD> <BODY> <h1>Test info</h1> <log:info>This is body content.</log:info> <log:info message="This is attribute content." /> <log:info category="test2">This is body content in category test2.</log:info> You should see output in the info logs now. </BODY> </html>