Hi All,
I have a legacy Singleton class that takes an argument in the getInstance method.
is there a way using factory-method to get the Logger parameter into the getInstance method, does anyone know?Code:xxxxDAO.getInstance(Logger logger);
Thanks in advance


Reply With Quote