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

Method WriterKey

logging.go:272–272  ·  view source on GitHub ↗

WriterKey is a string that uniquely identifies this writer configuration. It is not shown to humans.

()

Source from the content-addressed store, hash-verified

270 // WriterKey is a string that uniquely identifies this
271 // writer configuration. It is not shown to humans.
272 WriterKey() string
273
274 // OpenWriter opens a log for writing. The writer
275 // should be safe for concurrent use but need not

Callers 2

setupNewDefaultMethod · 0.65
openWriterMethod · 0.65

Implementers 5

StdoutWriterlogging.go
StderrWriterlogging.go
DiscardWriterlogging.go
FileWritermodules/logging/filewriter.go
NetWritermodules/logging/netwriter.go

Calls

no outgoing calls

Tested by

no test coverage detected