高热共公日志库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
191 B

  1. package grlogs
  2. import (
  3. "github.com/astaxie/beego/logs"
  4. "testing"
  5. )
  6. func TestGetLogger(t *testing.T) {
  7. logs.NewLogger()
  8. logs.Info(LEVEL_ALL)
  9. GetLogger("nds").Debug("akldalskflasfa")
  10. }