MCPcopy
hub / github.com/andeya/pholcus / Log

Struct Log

common/session/session.go:372–374  ·  view source on GitHub ↗

Log implements the log.Logger interface for session logging.

Source from the content-addressed store, hash-verified

370
371// Log implements the log.Logger interface for session logging.
372type Log struct {
373 *log.Logger
374}
375
376// NewSessionLog creates a Logger for session using the given io.Writer.
377func NewSessionLog(out io.Writer) *Log {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected