multi logger support
go get -u github.com/lwl1989/logger
mysql config interface
GetMysqlDns() string
GetMysqlUser() string
GetMysqlPw() string
GetMysqlDb() string
GetMysqlTable() string
mongodb config interface
GetMongodbDns() string
GetMongodbPw() string
GetMongodbDb() string
GetMongodbCollection() string
file config interface
GetFilePath() interface{}
get a logger with driver
- import lwl1989/logger
- code ∨∨
l := GetLogger("driver name", config)
l.Println("save your content")
- Hdfs and Hbase
- logger level
qq 285753421
email liwenlong0922@163.com
