AddLogging adds logging configuration to the capabilities.
(l log.Capabilities)
| 110 | |
| 111 | // AddLogging adds logging configuration to the capabilities. |
| 112 | func (c Capabilities) AddLogging(l log.Capabilities) { |
| 113 | c[log.CapabilitiesKey] = l |
| 114 | } |
| 115 | |
| 116 | // SetLogLevel sets the logging level of a component. It is a shortcut for |
| 117 | // passing a log.Capabilities instance to AddLogging. |
nothing calls this directly
no outgoing calls
no test coverage detected