add logging aliases for frames, create a logging.STREAM and CRYPTO frame

This commit is contained in:
Marten Seemann
2020-07-02 15:59:33 +07:00
parent fea17a671b
commit ed120f670c
12 changed files with 300 additions and 184 deletions

View File

@@ -0,0 +1,13 @@
package logutils
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestLogutils(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Logutils Suite")
}