08-30-2007 07:41 AM
public FileInfo create(NodeRef parentNodeRef, String name, QName typeQName) throws FileExistsException
. . .
if (logger.isDebugEnabled())
{
FileInfo parentFileInfo = toFileInfo(parentNodeRef, false);
logger.debug("Created: \n" +
" parent: " + parentFileInfo + "\n" +
" created: " + fileInfo);
}
. . .
Because DEBUG is on logging it executes this piece of code.09-05-2007 09:44 AM
09-05-2007 09:45 AM
if (logger.isDebugEnabled())
{
logger.debug("Created: \n" +
" parent: " + parentNodeRef + "\n" +
" created: " + fileInfo);
}
09-06-2007 03:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.