Interface | Description |
---|---|
ActiveMQUtilBundle |
Logger Code 20
each message id must be 6 digits long starting with 20, the 3rd digit should be 9
so 209000 to 209999
|
ActiveMQUtilLogger |
Logger Code 20
each message id must be 6 digits long starting with 20, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 201000 to 201999
|
AuditLogger |
Logger Code 60
each message id must be 6 digits long starting with 22, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 601000 to 601999
|
Class | Description |
---|---|
ActiveMQUtilBundle_$bundle |
Warning this class consists of generated code.
|
ActiveMQUtilLogger_$logger |
Warning this class consists of generated code.
|
AssertionLoggerHandler |
This class contains a tool where programs could intercept for LogMessage given an interval of time between
AssertionLoggerHandler.startCapture()
and AssertionLoggerHandler.stopCapture()
Be careful with this use as this is intended for testing only (such as testcases) |
AuditLogger_$logger |
Warning this class consists of generated code.
|
JBossLoggingApacheLoggerBridge |
There is an issue on the Testsuite, as it's not possible
to bring JBossLogging on the booting classLoader.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.