| 34 | } |
| 35 | |
| 36 | BinaryLogStream::BinaryLogStream(const Logger *logger, Level level) |
| 37 | : mStream(new Stream(logger, level)) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | BinaryLogStream &BinaryLogStream::operator<<(const QByteArray &data) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected