Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by BertrandDelacretaz:
http://wiki.apache.org/cocoon/LogAction

------------------------------------------------------------------------------
      throws Exception {
          final String msg = parameters.getParameter("msg",null);
          if(msg!=null) {
+             // of course, the log level could come from a Parameter as well
              if(getLogger().isInfoEnabled()) {
                  getLogger().info(msg);
              }