Interface XmlLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger, WeldLogger
    All Known Implementing Classes:
    XmlLogger_$logger

    @MessageLogger(projectCode="WELD-")
    public interface XmlLogger
    extends WeldLogger
    Error messages relating to XML parser Message ids: 001200 - 001299
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IllegalStateException configurationError​(Throwable cause)  
      IllegalStateException loadError​(Object param1, Throwable cause)  
      DefinitionException multipleAlternatives​(Object param1)  
      DefinitionException multipleDecorators​(Object param1)  
      DefinitionException multipleInterceptors​(Object param1)  
      DefinitionException multipleScanning​(Object param1)  
      IllegalStateException parsingError​(Object param1, Throwable cause)  
      void xsdValidationError​(Object param1, Object param2, Object param3)  
      void xsdValidationWarning​(Object param1, Object param2, Object param3)  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
    • Method Detail

      • multipleAlternatives

        @Message(id=1203,
                 value="<alternatives> can only be specified once, but appears multiple times:  {0}",
                 format=MESSAGE_FORMAT)
        DefinitionException multipleAlternatives​(Object param1)
      • multipleDecorators

        @Message(id=1204,
                 value="<decorators> can only be specified once, but is specified multiple times:  {0}",
                 format=MESSAGE_FORMAT)
        DefinitionException multipleDecorators​(Object param1)
      • multipleInterceptors

        @Message(id=1205,
                 value="<interceptors> can only be specified once, but it is specified multiple times:  {0}",
                 format=MESSAGE_FORMAT)
        DefinitionException multipleInterceptors​(Object param1)
      • multipleScanning

        @Message(id=1207,
                 value="<scan> can only be specified once, but it is specified multiple times:  {0}",
                 format=MESSAGE_FORMAT)
        DefinitionException multipleScanning​(Object param1)
      • xsdValidationError

        @LogMessage(level=WARN)
        @Message(id=1208,
                 value="Error when validating {0}@{1} against xsd. {2}",
                 format=MESSAGE_FORMAT)
        void xsdValidationError​(Object param1,
                                Object param2,
                                Object param3)
      • xsdValidationWarning

        @LogMessage(level=WARN)
        @Message(id=1210,
                 value="Warning when validating {0}@{1} against xsd. {2}",
                 format=MESSAGE_FORMAT)
        void xsdValidationWarning​(Object param1,
                                  Object param2,
                                  Object param3)