MCPcopy
hub / github.com/eth0izzle/shhgit / InitLogger

Method InitLogger

core/session.go:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (s *Session) InitLogger() {
49 s.Log = &Logger{}
50 s.Log.SetDebug(*s.Options.Debug)
51}
52
53func (s *Session) InitSignatures() {
54 s.Signatures = GetSignatures(s)

Callers 1

StartMethod · 0.95

Calls 1

SetDebugMethod · 0.80

Tested by

no test coverage detected