MCPcopy Create free account
hub / github.com/zalando/skipper / NewAccessLogger

Function NewAccessLogger

logging/log.go:101–108  ·  view source on GitHub ↗
(o Options)

Source from the content-addressed store, hash-verified

99}
100
101func NewAccessLogger(o Options) *AccessLogger {
102 initApplicationLog(o)
103
104 if o.AccessLogOutput == nil {
105 o.AccessLogOutput = os.Stderr
106 }
107 return createAccessLog(o)
108}

Calls 2

initApplicationLogFunction · 0.85
createAccessLogFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…