1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 11:50:40 +00:00

refactor writeMsg function

This commit is contained in:
JessonChan
2016-03-24 18:21:52 +08:00
parent 8344a60552
commit 0814eefa62
2 changed files with 14 additions and 8 deletions

View File

@ -76,5 +76,5 @@ func (el *esLogger) Flush() {
}
func init() {
logs.Register(logs.AdaterEs, NewES)
logs.Register(logs.AdapterEs, NewES)
}