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. Seecrate::error_named! - warn
- Prints out a warning message. See
crate::warn! - warn_
named - Prints out a warning message from the command
cmd. Seecrate::warn_named!