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

Function WithPlainLogger

codersdk/client.go:715–719  ·  view source on GitHub ↗
(plainLogger io.Writer)

Source from the content-addressed store, hash-verified

713}
714
715func WithPlainLogger(plainLogger io.Writer) ClientOption {
716 return func(c *Client) {
717 c.PlainLogger = plainLogger
718 }
719}
720
721func WithTrace() ClientOption {
722 return func(c *Client) {

Callers 2

InitClientMethod · 0.92
TryInitClientMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected