Example #1
0
func TestInfo(t *testing.T) {
	l := New(os.Stdout)
	l.Run()
	l.Info("hello world")

	l.Stop()
}