MCPcopy
hub / github.com/caddyserver/caddy / init

Function init

logging.go:35–39  ·  logging.go::init
()

Source from the content-addressed store, hash-verified

33)
34
35func init() {
36 RegisterModule(StdoutWriter{})
37 RegisterModule(StderrWriter{})
38 RegisterModule(DiscardWriter{})
39}
40
41// Logging facilitates logging within Caddy. The default log is
42// called "default" and you can customize it. You can also define

Callers

nothing calls this directly

Calls 1

RegisterModuleFunction · 0.85

Tested by

no test coverage detected