MCPcopy Index your code
hub / github.com/coder/coder / WriteLog

Method WriteLog

coderd/httpmw/loggermw/logger_slim.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, status int)

Source from the content-addressed store, hash-verified

12type RequestLogger interface {
13 WithFields(fields ...slog.Field)
14 WriteLog(ctx context.Context, status int)
15}
16
17var _ RequestLogger = &SlogRequestLogger{}

Callers 4

LoggerFunction · 0.95

Implementers 2

MockRequestLoggercoderd/httpmw/loggermw/loggermock/logg
MockRequestLoggerMockRecordercoderd/httpmw/loggermw/loggermock/logg

Calls

no outgoing calls