throws Exception
{
String targetName = "velocity";
String priority = "DEBUG";
Category category = LogKit.createCategory(
targetName, LogKit.getPriorityForName( priority ) );
/*
* Just create a FileOutputLogTarget, this is taken
* from the SAR deployer in Avalon.