Module log

Module log 

Source
Available on crate feature vim only.
Expand description

Utility functions for calling vim.notify with different log levels

Functionsยง

debug
Calls notify with log level Debug
error
Calls notify with log level Error
info
Calls notify with log level Info
trace
Calls notify with log level Trace
warn
Calls notify with log level Warn