MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / LogDebug

Method LogDebug

cpp/controllers/abstract_controller.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 void LogTrace(const string& s) const { device_logger.Trace(s); }
107 void LogDebug(const string& s) const { device_logger.Debug(s); }
108 void LogInfo(const string& s) const { device_logger.Info(s); }
109 void LogWarn(const string& s) const { device_logger.Warn(s); }
110 void LogError(const string& s) const { device_logger.Error(s); }

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected