Closed Steve-OH closed 11 years ago
There are two logger issues:
1) The logger is not initialized to the DummyLogger if rester() is invoked with no arguments. Moving the initialization code outside of the IF block fixes the problem.
2) The DummyLogger calls console.debug(), which does not exist.
-Steve
Thanks.
There are two logger issues:
1) The logger is not initialized to the DummyLogger if rester() is invoked with no arguments. Moving the initialization code outside of the IF block fixes the problem.
2) The DummyLogger calls console.debug(), which does not exist.
-Steve