Interface MicroProfileReactiveMessagingKafkaLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    MicroProfileReactiveMessagingKafkaLogger_$logger

    @MessageLogger(projectCode="WFLYRXMKAF",
                   length=4)
    public interface MicroProfileReactiveMessagingKafkaLogger
    extends org.jboss.logging.BasicLogger
    Log messages for WildFly microprofile-reactive-messaging-smallrye Extension.
    Author:
    Kabir Khan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void foundPropertyUsingElytronClientSSLContext​(String prop, String ctx)
      Logs an informational message indicating the subsystem is being activated.
      IllegalStateException noElytronClientSSLContext​(String ctx)  
      • 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

      • foundPropertyUsingElytronClientSSLContext

        @LogMessage(level=INFO)
        @Message(id=1,
                 value="Found property %s, will use the Elytron client-ssl-context: %s")
        void foundPropertyUsingElytronClientSSLContext​(String prop,
                                                       String ctx)
        Logs an informational message indicating the subsystem is being activated.
      • noElytronClientSSLContext

        @Message(id=2,
                 value="Could not find an Elytron client-ssl-context called: %s")
        IllegalStateException noElytronClientSSLContext​(String ctx)