MCPcopy Create free account
hub / github.com/bloomberg/pystack / LOG

Method LOG

src/pystack/_pystack/logging.h:24–25  ·  view source on GitHub ↗

Constructors

Source from the content-addressed store, hash-verified

22 public:
23 // Constructors
24 LOG()
25 : msgLevel(INFO){};
26
27 explicit LOG(logLevel type)
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected