〈%-- debug the value ′i′ --%〉 〈log:debug〉A simple piece of debugging 〈%=i%〉.〈/log:debug〉 〈%-- push some debug out as an attribute --%〉 〈log:debug message="Reached point number 1." /〉 〈%-- Output the username of the logged in user --%〉 〈log:debug category="login"〉User logged in[〈%=username%〉] 〈/log:debug〉 Logging taglib还提供了输出某段jsp程序到日志文件的功能。这里有一段简单的代码用来输出这四段程序的日志: