MCPcopy Index your code
hub / github.com/cloudfoundry/cli / RequestLogger

Struct RequestLogger

api/cloudcontroller/wrapper/request_logger.go:32–35  ·  view source on GitHub ↗

RequestLogger is the wrapper that logs requests to and responses from the Cloud Controller server

Source from the content-addressed store, hash-verified

30// RequestLogger is the wrapper that logs requests to and responses from the
31// Cloud Controller server
32type RequestLogger struct {
33 connection cloudcontroller.Connection
34 output RequestLoggerOutput
35}
36
37// NewRequestLogger returns a pointer to a RequestLogger wrapper
38func NewRequestLogger(output RequestLoggerOutput) *RequestLogger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected