Logger

Logger is a standard log.Logger implementations that you must supply to the app.

Stdout logger

app := gotuna.App{
	Logger: log.New(os.Stdout, "", 0),
}

Edit this page on GitHub