| 1292 | } |
| 1293 | |
| 1294 | bool OnLogMessage(int severity, const char* file, int line, |
| 1295 | const butil::StringPiece& content) override { |
| 1296 | return OnLogMessage(severity, file, line, "", content); |
| 1297 | } |
| 1298 | |
| 1299 | bool OnLogMessage(int severity, const char* file, |
| 1300 | int line, const char* func, |
nothing calls this directly
no test coverage detected