[common.logstreams] update memory handling
This commit should get rid of some warnings and small inconsistencies. The LogStream class now derives from StorageProvider which holds the buffer before the buffer is given to the ostream base class. FileLogStream and EmptyLogStream now merely create the corresponding stream buffer and forward it to LogStream. Thus overriding rdbuf does not seem necessary any more.
Please register or sign in to comment