// used in templates.
final NewMethodParameter parameter = (NewMethodParameter) newMethod.getParameters().get(0);
parameter.setName(Constants.FIND_LOGGER_NAME_PARAMETER);
parameter.setFinal(true);
context.unbranch();
}
/**
* Overrides the createDefaultLogger method which will return the root
* logger when a more specific match cannot be found in the accompanying