| 41 | } |
| 42 | |
| 43 | void StreamLogger::Flush() |
| 44 | { |
| 45 | ObjectLock oLock (this); |
| 46 | |
| 47 | if (m_Stream) |
| 48 | m_Stream->flush(); |
| 49 | } |
| 50 | |
| 51 | void StreamLogger::BindStream(std::ostream *stream, bool ownsStream) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected