| 3286 | class PErrorWriter : public base::Writer { |
| 3287 | public: |
| 3288 | PErrorWriter(Level level, const char* file, base::type::LineNumber line, |
| 3289 | const char* func, base::DispatchAction dispatchAction = base::DispatchAction::NormalLog, |
| 3290 | base::type::VerboseLevel verboseLevel = 0) : |
| 3291 | base::Writer(level, file, line, func, dispatchAction, verboseLevel) { |
| 3292 | } |
| 3293 | |
| 3294 | virtual ~PErrorWriter(void); |
| 3295 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected