Description
Most logging in the stomp transport layer occurs in the "org.apache.activemq.transport.stomp" namespace but if you only want to direct frame tracing to a separate file via the method described here: http://activemq.apache.org/stomp.html#Stomp-Debugging you cannot.
We should direct the frame level logging to a separate namespace so that only frames can be logging in a different file if desired. We can output the frame to "org.apache.activemq.transport.stomp.StompIO" easily in the StompTransportFilter class.