service backend
This commit is contained in:
10
api/pkg/mlogger/factory/mlogger.go
Normal file
10
api/pkg/mlogger/factory/mlogger.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package mlogger
|
||||
|
||||
import (
|
||||
lt "github.com/tech/sendico/pkg/mlogger"
|
||||
li "github.com/tech/sendico/pkg/mlogger/internal/mlogger"
|
||||
)
|
||||
|
||||
func NewLogger(debug bool) lt.Logger {
|
||||
return li.NewLoggerImp(debug)
|
||||
}
|
||||
Reference in New Issue
Block a user