2 Replies Latest reply on Jul 9, 2007 4:47 AM by alpha1251

    Unit testing. How to initialize logger manually?

    alpha1251

      Hello
      Could anyone tell the best way to initialize logger, declared as

      @Logger
      private Log log;

      manually, for unit testing.
      Seems, all logging objects declared in such way, to initialize them manually is quite difficult.

      Implement Log by myself?

      Thanks