MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / PErrorWriter

Method PErrorWriter

include/thundersvm/util/log.h:3288–3292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected