mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix log example
This commit is contained in:
parent
94a599d630
commit
505f784047
@ -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…
Reference in New Issue
Block a user