package fog func ExampleWithLabels() { l := WithLabels(New(), "labelKey", "labelValue") l.Info("howdy") } func ExampleInfo() { l := New() l.Info("test info log") }