@MessageLogger(projectCode="HQ")
public interface HornetQStompProtocolLogger
Modifier and Type | Field and Description |
---|---|
static HornetQStompProtocolLogger |
LOGGER
The default logger.
|
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(StompConnection connection) |
void |
errorSendingFrame(Exception e,
StompFrame frame) |
static final HornetQStompProtocolLogger LOGGER
@LogMessage(level=WARN) @Message(id=222068, value="connection closed {0}", format=MESSAGE_FORMAT) void connectionClosed(StompConnection connection)
@LogMessage(level=ERROR) @Message(id=224023, value="Unable to send frame {0}", format=MESSAGE_FORMAT) void errorSendingFrame(@Cause Exception e, StompFrame frame)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.