| 296 | } |
| 297 | |
| 298 | int LogStreamBuf::sync() |
| 299 | { |
| 300 | int ret = 0; |
| 301 | |
| 302 | ret = syncLF_(); |
| 303 | |
| 304 | return ret; |
| 305 | } |
| 306 | |
| 307 | string LogStreamBuf::expandPrefix_ |
| 308 | (const std::string & prefix, time_t time) const |
no outgoing calls
no test coverage detected