()
| 124 | } |
| 125 | |
| 126 | func (h HCLogAdapter) GetLevel() hclog.Level { |
| 127 | return level2hclog(h.log.Logger.GetLevel()) |
| 128 | } |
| 129 | |
| 130 | func (h HCLogAdapter) StandardLogger(opts *hclog.StandardLoggerOptions) *log.Logger { |
| 131 | if opts == nil { |
no test coverage detected