]
James Perkins updated LOGMGR-264:
---------------------------------
Git Pull Request:
Allow logger nodes to be used on different log contexts
-------------------------------------------------------
Key: LOGMGR-264
URL:
https://issues.redhat.com/browse/LOGMGR-264
Project: JBoss Log Manager
Issue Type: Enhancement
Components: core
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
Fix For: 2.2.0.Final, 3.0.0.Final
Currently logger nodes belong to a single log context. This means that shared classes
with static loggers are created on the log context that initializes the class. It would be
useful if static loggers on shared classes could log to different log contexts.
The concept would be something of a switchable log context for a logger. This would be
based on the TCCL and the class loader needs to be registered in order to enable this
functionality.