(l logging.Level)
| 166 | var _ logging.Logger = CBGoUtilsLogger{} |
| 167 | |
| 168 | func (CBGoUtilsLogger) SetLevel(l logging.Level) { |
| 169 | // no-op |
| 170 | } |
| 171 | |
| 172 | // CBGoUtilsLogger.Level returns a compatible go-couchbase/golog Log Level for |
| 173 | // the given logging config LogLevel |
no outgoing calls