example:
import "github.com/ptechen/logger" func main() { data := logger.New() log := data.InitParams().InitLogger() log.Info().Msg("Hello World") }