ARTEMIS-3502 Removing non used logger method
This commit is contained in:
parent
41baff7423
commit
d125109784
|
@ -2025,10 +2025,6 @@ public interface ActiveMQServerLogger extends BasicLogger {
|
|||
@Message(id = 224069, value = "Change detected in broker configuration file, but reload failed", format = Message.Format.MESSAGE_FORMAT)
|
||||
void configurationReloadFailed(@Cause Throwable t);
|
||||
|
||||
@LogMessage(level = Logger.Level.ERROR)
|
||||
@Message(id = 224070, value = "Failed to remove auto-created address {0}", format = Message.Format.MESSAGE_FORMAT)
|
||||
void errorRemovingAutoCreatedAddress(@Cause Exception e, SimpleString addressName);
|
||||
|
||||
@LogMessage(level = Logger.Level.WARN)
|
||||
@Message(id = 224072, value = "Message Counter Sample Period too short: {0}", format = Message.Format.MESSAGE_FORMAT)
|
||||
void invalidMessageCounterPeriod(long value);
|
||||
|
|
Loading…
Reference in New Issue