MCPcopy Create free account
hub / github.com/dolthub/doltgresql / WithLogWriter

Function WithLogWriter

integration-tests/go-sql-server-driver/driver/cmd.go:327–331  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

325}
326
327func WithLogWriter(w io.Writer) SqlServerOpt {
328 return func(s *SqlServer) {
329 s.LogWriter = w
330 }
331}
332
333func WithDebugPort(port int) SqlServerOpt {
334 return func(s *SqlServer) {

Callers 1

MakeServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected