Class MqttServerLogging_$logger
- java.lang.Object
-
- org.jboss.logging.DelegatingBasicLogger
-
- io.smallrye.reactive.messaging.mqtt.server.i18n.MqttServerLogging_$logger
-
- All Implemented Interfaces:
MqttServerLogging,Serializable,org.jboss.logging.BasicLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2020-07-23T10:41:24+0200") public class MqttServerLogging_$logger extends org.jboss.logging.DelegatingBasicLogger implements MqttServerLogging, org.jboss.logging.BasicLogger, SerializableWarning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.smallrye.reactive.messaging.mqtt.server.i18n.MqttServerLogging
log
-
-
Constructor Summary
Constructors Constructor Description MqttServerLogging_$logger(org.jboss.logging.Logger log)
-
Method Summary
-
Methods inherited from class org.jboss.logging.DelegatingBasicLogger
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
getLoggingLocale
protected Locale getLoggingLocale()
-
exceptionThrown
public final void exceptionThrown(Throwable t)
- Specified by:
exceptionThrownin interfaceMqttServerLogging
-
exceptionThrown$str
protected String exceptionThrown$str()
-
requestToConnect
public final void requestToConnect(String clientIdentifier, boolean isClean)
- Specified by:
requestToConnectin interfaceMqttServerLogging
-
requestToConnect$str
protected String requestToConnect$str()
-
requestToConnectUserName
public final void requestToConnectUserName(String user, String pass)
- Specified by:
requestToConnectUserNamein interfaceMqttServerLogging
-
requestToConnectUserName$str
protected String requestToConnectUserName$str()
-
requestToConnectWill
public final void requestToConnectWill(String topic, byte[] msg, int qos, boolean retain)
- Specified by:
requestToConnectWillin interfaceMqttServerLogging
-
requestToConnectWill$str
protected String requestToConnectWill$str()
-
requestToConnectKeepAlive
public final void requestToConnectKeepAlive(int s)
- Specified by:
requestToConnectKeepAlivein interfaceMqttServerLogging
-
requestToConnectKeepAlive$str
protected String requestToConnectKeepAlive$str()
-
errorWithClient
public final void errorWithClient(String clientIdentifier, Throwable t)
- Specified by:
errorWithClientin interfaceMqttServerLogging
-
errorWithClient$str
protected String errorWithClient$str()
-
clientDisconnected
public final void clientDisconnected(String clientIdentifier)
- Specified by:
clientDisconnectedin interfaceMqttServerLogging
-
clientDisconnected$str
protected String clientDisconnected$str()
-
pingReceived
public final void pingReceived(String clientIdentifier)
- Specified by:
pingReceivedin interfaceMqttServerLogging
-
pingReceived$str
protected String pingReceived$str()
-
receivedMessageFromClient
public final void receivedMessageFromClient(io.vertx.mutiny.core.buffer.Buffer buffer, io.netty.handler.codec.mqtt.MqttQoS qos, String client)- Specified by:
receivedMessageFromClientin interfaceMqttServerLogging
-
receivedMessageFromClient$str
protected String receivedMessageFromClient$str()
-
sendToClient
public final void sendToClient(String f, String client, int messageId)
- Specified by:
sendToClientin interfaceMqttServerLogging
-
sendToClient$str
protected String sendToClient$str()
-
receivedSubscription
public final void receivedSubscription(io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage message, String client)- Specified by:
receivedSubscriptionin interfaceMqttServerLogging
-
receivedSubscription$str
protected String receivedSubscription$str()
-
serverListeningOn
public final void serverListeningOn(String host, int port)
- Specified by:
serverListeningOnin interfaceMqttServerLogging
-
serverListeningOn$str
protected String serverListeningOn$str()
-
failedToStart
public final void failedToStart(Throwable t)
- Specified by:
failedToStartin interfaceMqttServerLogging
-
failedToStart$str
protected String failedToStart$str()
-
newSubscriberAdded
public final void newSubscriberAdded(org.reactivestreams.Subscription subscription)
- Specified by:
newSubscriberAddedin interfaceMqttServerLogging
-
newSubscriberAdded$str
protected String newSubscriberAdded$str()
-
exceptionWhileClosing
public final void exceptionWhileClosing(Throwable t)
- Specified by:
exceptionWhileClosingin interfaceMqttServerLogging
-
exceptionWhileClosing$str
protected String exceptionWhileClosing$str()
-
closed
public final void closed()
- Specified by:
closedin interfaceMqttServerLogging
-
closed$str
protected String closed$str()
-
-