Library: Foundation
Package: Logging
Header: Poco/LogStream.h
The base class for LogStream.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.
Direct Base Classes: std::ios
All Base Classes: std::ios
Known Derived Classes: LogStream
Member Functions: rdbuf
LogIOS(
    Logger & logger,
    Message::Priority priority
);
~LogIOS();
LogStreamBuf * rdbuf();
 
 LogStreamBuf _buf;