mirror of
https://github.com/Fishwaldo/go-logadapter.git
synced 2025-03-15 19:31:25 +00:00
Update readme accoridng to godoc
This commit is contained in:
parent
bcd5299814
commit
daaef5d827
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ type TestStruct struct {
|
|||
|
||||
func (t *TestStruct) Init() {
|
||||
temp := stdlogger.DefaultLogger()
|
||||
temp.SetLevel(stdlogger.LOG_TRACE)
|
||||
temp.SetLevel(logadapter.LOG_TRACE)
|
||||
t.Logger = temp
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue