-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
The JBossSystemLogger always uses a logger FQCN of its own class. However, usually, the caller is calling one of the overloaded methods on `System.Logger`, in which case that class is the logger FQCN. The fix is to override those methods so the caller is always our logger.