mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
log: make set_level(level Level)
part of the log.Logger interface too (fix for discordv)
This commit is contained in:
parent
b08690d151
commit
a35356758c
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ mut:
|
|||
warn(s string)
|
||||
info(s string)
|
||||
debug(s string)
|
||||
set_level(level Level)
|
||||
}
|
||||
|
||||
// Log represents a logging object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue