mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fix log example
This commit is contained in:
parent
94a599d630
commit
505f784047
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import log
|
||||
|
||||
fn main(){
|
||||
mut l := log.Log{level:log.INFO, 'terminal'}
|
||||
mut l := log.Log{log.INFO, 'terminal'}
|
||||
l.info('info')
|
||||
l.warn('warn')
|
||||
l.error('error')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue