Module log

Module log 

Source
Expand description

Zsh native log functions. This module contains high level interfaces to the zsh log functions.

Functionsยง

error
Prints out an error message. See crate::error!
error_named
Prints out an error message from the command cmd. See crate::error_named!
warn
Prints out a warning message. See crate::warn!
warn_named
Prints out a warning message from the command cmd. See crate::warn_named!