Interface Log

All Superinterfaces:
BasicLogger
All Known Implementing Classes:
Log_$logger

@MessageLogger(projectCode="JBWS") public interface Log extends BasicLogger
JBossWS API log messages
Author:
alessio.soldano@jboss.com
  • Field Details

    • LOGGER

      static final Log LOGGER
  • Method Details

    • ignoringAttribute

      @LogMessage(level=TRACE) @Message(id=20003, value="Ignore attribute: [uri=%s, qname=%s, value=%s]") void ignoringAttribute(String uri, String qname, String value)
    • cannotParse

      @LogMessage(level=ERROR) @Message(id=20005, value="Cannnot parse: %s") void cannotParse(String s)
    • creatingElement

      @LogMessage(level=TRACE) @Message(id=20006, value="createElement {%s}%s") void creatingElement(String uri, String prefix)
    • creatingElement

      @LogMessage(level=TRACE) @Message(id=20007, value="createElement {%s}%s:%s") void creatingElement(String uri, String prefix, String localPart)
    • pushGroupID

      @LogMessage(level=TRACE) @Message(id=20008, value="pushGroupID: %s (%s)") void pushGroupID(String groupId, String threadName)
    • peekGroupID

      @LogMessage(level=TRACE) @Message(id=20009, value="peekGroupID: %s (%s)") void peekGroupID(String groupId, String threadName)
    • popGroupID

      @LogMessage(level=TRACE) @Message(id=20010, value="popGroupID: %s (%s)") void popGroupID(String groupId, String threadName)
    • nonStandardMethod

      @LogMessage(level=WARN) @Message(id=20012, value="Non-standard method: %s") void nonStandardMethod(String s)
    • couldNotGetModuleClassLoader

      @LogMessage(level=TRACE) @Message(id=20015, value="Could not get %s module classloader: %s") void couldNotGetModuleClassLoader(String module, Exception e)