MCPcopy Create free account
hub / github.com/ankorstore/yokai / Output

Method Output

httpserver/logger.go:36–38  ·  view source on GitHub ↗

Output returns the output writer.

()

Source from the content-addressed store, hash-verified

34
35// Output returns the output writer.
36func (e *EchoLogger) Output() io.Writer {
37 return e.logger
38}
39
40// SetOutput sets the output writer.
41func (e *EchoLogger) SetOutput(w io.Writer) {

Callers 2

TestOutputFunction · 0.95
SetOutputMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestOutputFunction · 0.76