mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 23:34:51 +01:00
Still have to figure out how to pass -s to the emacs go-mode hook.
This commit is contained in:
parent
562983793a
commit
7962ec6e99
@ -51,10 +51,13 @@ func makeLogger(lvl int) func(format string, a ...interface{}) {
|
||||
|
||||
//LogDebug logs to the configured stream if the logging level is DEBUG.
|
||||
var LogDebug = makeLogger(debugV)
|
||||
|
||||
//LogInfo logs to the configured stream if the logging level is INFO or lower.
|
||||
var LogInfo = makeLogger(infoV)
|
||||
|
||||
//LogWarning logs to the configured stream if the logging level is WARNING or lower.
|
||||
var LogWarning = makeLogger(warningV)
|
||||
|
||||
//LogError logs to the configured stream if the logging level is ERROR or lower.
|
||||
var LogError = makeLogger(errorV)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user