Skip to content

Commit

Permalink
Add GetLogLevel to dlog SetLogger assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
200sc committed Jan 16, 2018
1 parent da4afb5 commit c9d9f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dlog/dlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func SetLogger(l Logger) {
if fl, ok := l.(FullLogger); ok {
fullOakLogger = fl
FileWrite = fl.FileWrite
GetLogLevel = fl.GetLogLevel
SetDebugFilter = fl.SetDebugFilter
SetDebugLevel = fl.SetDebugLevel
CreateLogFile = fl.CreateLogFile
Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ var (
// we also need a way to say "you can use this if you have
// a C compiler, but still compile without using this if you
// don't"
//GLDriver = gldriver.Main
// GLDriver = gldriver.Main
)

0 comments on commit c9d9f08

Please sign in to comment.