summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/logr/config.go
blob: 83d4b0c1c1d3877123d153478abf84d89ea020df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package logr

import (
	"fmt"

	"github.com/wiggin77/cfg"
)

func ConfigLogger(config *cfg.Config) error {
	return fmt.Errorf("Not implemented yet")
}