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
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidLogs an informational message indicating the subsystem is being activated.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionsnappyCompressionNotSupportedOnWindows(String propertyName) 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
-
Field Details
-
LOGGER
-
-
Method Details
-
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) -
snappyCompressionNotSupportedOnWindows
@Message(id=3, value="Snappy compression is not supported when running on Windows or Mac OS. The MicroProfile Config property configuring Snappy is: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException snappyCompressionNotSupportedOnWindows(String propertyName)
-