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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final XmlLogger
     

    Fields inherited from interface org.jboss.weld.logging.WeldLogger

    CATCHING_MARKER, WELD_PROJECT_CODE
  • Method Summary

    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

    Methods inherited from interface org.jboss.weld.logging.WeldLogger

    catchingDebug
  • Field Details

  • Method Details

    • configurationError

      @Message(id=1200, value="Error configuring XML parser") IllegalStateException configurationError(@Cause Throwable cause)
    • loadError

      @Message(id=1201, value="Error loading beans.xml {0}", format=MESSAGE_FORMAT) IllegalStateException loadError(Object param1, @Cause Throwable cause)
    • parsingError

      @Message(id=1202, value="Error parsing {0}", format=MESSAGE_FORMAT) IllegalStateException parsingError(Object param1, @Cause Throwable cause)
    • 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)