LOGGER.error(msg);
throw new IllegalStateException(msg);
}
// Use the PacketMarshaller to fill the ByteBuffer with the data from this packet instance
foundPacketMarshaller.serialize(packet, buffer);
if(LOGGER.isInfoEnabled() && !this.logBlackList.contains(outgoingPacketClass)) {
LOGGER.info("Packet: {}", packet);
}