DEBSOURCES
Skip Quicknav
sources / golang-github-cactus-mlog / 1.0.10-1 / tlogger_test.go
123456789101112
package mlog import ( "testing" ) func TestTLogger(t *testing.T) { tw := &TestingLogWriter{t} logger := New(tw, 0) logger.Info("test") _ = tw }