<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE message_catalog PUBLIC "weblogic-message-catalog-dtd" "http://www.bea.com/servers/dtd/wls700/msgcat.dtd">
<message_catalog
   i18n_package="package name for generated logger class"
   l10n_package="package name for generated localizer class
   subsystem="subsystem acronym"
   version="1.0"
   baseid="###### - lowest message id allowed in this catalog"
   endid="###### - highest message id allowed in this catalog"
   loggables="true|false - whether to generate methods that return Loggable objects"
   >

   <!-- any comment -- 1 logmessage element per message -->
   <logmessage
      messageid="######"
      severity="debug|info|notice|warning|error|critical|alert|emergency"
      method="logExample(int a1, String a2, Throwable t)"
      stacktrace="true|false"
      >
      <messagebody>
         One liner message. Can have inserts such as {0,number}, or {1}
      </messagebody>
      <messagedetail>
         some other text with more detail
      </messagedetail>
      <cause>
         why the message is being logged
      </cause>
      <action>
         what the user should do
      </action>
   </logmessage>
</message_catalog>

