Event log codes issued by dm Server have the general syntax
<XXnnnnL>
where:
XX | is a two-letter code (upper-case) identifying the region of the dm Server code which issued the log message; |
nnnn | is a four-digit message number; and |
L | is a single-letter (upper-case) code identifying the level of the message. |
The two-letter codes are (this list is not complete):
CC | com.springsource.kernel.services.concurrent |
DE | com.springsource.kernel.deployer.core the Deployer |
HD | com.springsource.kernel.deployer.hot the Hot Deployer |
KD | com.springsource.kernel.dm |
KE | com.springsource.kernel.core the Kernel |
OF | com.springsource.kernel.osgi Osgi Framework |
OP | com.springsource.kernel.osgi.provisioning Osgi Provisioning |
RP | com.springsource.repository the Repository |
The four-digit numbers identify the message text (with placeholders for inserted values). These are not listed here, but can be discovered by examining the files called
EventLogMessages.properties
, found in the relevant packages.
The single-digit level code is one of:
E | Error level: enabled if level is ERROR . |
W | Warning level: enabled if level is WARNING or above. |
I | Info level: enabled if level is INFO or above. |
D | Debug level: enabled if level is DEBUG or above. |
T | Trace level: always enabled. |
There are never two messages with the same prefix and number, but with different levels.