forked from extern/nushell
std: remove logging example (#8877)
The example is is going to be included in the documentation, so I think we no longer need it here. See: https://github.com/nushell/nushell.github.io/pull/870
This commit is contained in:
parent
5afc49250f
commit
0bfa769b7d
@ -1,13 +0,0 @@
|
||||
use std 'log debug'
|
||||
use std 'log info'
|
||||
use std 'log warning'
|
||||
use std 'log error'
|
||||
use std 'log critical'
|
||||
|
||||
export def log [] {
|
||||
log debug "Debug message"
|
||||
log info "Info message"
|
||||
log warning "Warning message"
|
||||
log error "Error message"
|
||||
log critical "Critical message"
|
||||
}
|
Loading…
Reference in New Issue
Block a user