Standardise logger names

Issue #32 new
Tony Sloane created an issue

In some places the log name is derived from this.getClass and in other places based on clazz.getName. This leads to confusion since in the former case the string "class " is prepended to the class name to form the logger name. Thus, when pattern matching in log config files, sometimes you have to add the prefix and sometimes not, or two sets of patterns have to be provided.

Comments (0)

  1. Log in to comment