21 Nov
2008
21 Nov
'08
1:51 a.m.
vmassol (SVN) wrote:
+ getLogger().debug("The [" + macroHolder.macroBlock.getName() + "] macro doesn't support inline mode.");
+ getLogger().debug("Failed to execute macro [" + macroHolder.macroBlock.getName() + "]. Internal error [" + + e.getMessage() + "]");
getLogger().debug("Failed to locate macro [" + macroBlock.getName() + "]. Ignoring it.");
You should use the new formatting logger methods, like: getLogger().debug("Failed to locate macro [{0}]. Ignoring it.", macroBlock.getName()); -- Sergiu Dumitriu http://purl.org/net/sergiu/