Crate hand
Source - io
- custom
- Prints log message to stderr with a custom head without new line.
- customln
- Prints log message to stderr with a custom head with new line.
- error
- Prints a log message to stderr with a new line, with a specified prefix.
- errorln
- Prints a log message to stderr with a new line, with a specified prefix.
- info
- Prints info log message to stderr without new line.
- infoln
- Prints info log message to stderr with a new line.
- input
- Outputs an input log message with the ‘⌨️’ prefix to stderr without a linebreak
- inputln
- Outputs an input log message with the ‘⌨️’ prefix to stderr with a linebreak
- scopecustom
- Prints log message to stderr with a custom prefix and head without new line.
- scopecustomln
- Prints log message to stderr with a custom prefix and head with new line.
- scopeerror
- Prints a log message to stderr without a new line, with a specified prefix.
- scopeerrorln
- Prints a log message to stderr with a new line, with a specified prefix.
- scopeinfo
- Prints log message to stderr without a new line, with a specified prefix.
- scopeinfoln
- Prints log message to stderr with a new line, with a specified prefix.
- scopeinput
- Outputs an input log message with the ‘⌨️’ prefix and the specified scope to stderr without a linebreak
- scopeinputln
- Outputs an input log message with the ‘⌨️’ prefix and the specified scope to stderr with a linebreak
- scopesuccess
- Prints a log message to stderr without a new line, with a specified prefix.
- scopesuccessln
- Prints a log message to stderr with a new line, with a specified prefix.
- scopewait
- Prints a log message to stderr without a new line, with a specified prefix.
- scopewaitln
- Prints a log message to stderr with a new line, with a specified prefix.
- scopewarn
- Prints log message to stderr without a new line, with a specified prefix.
- scopewarnln
- Prints log message to stderr with a new line, with a specified prefix.
- success
- Prints a log message to stderr without a new line, with a specified prefix.
- successln
- Prints a log message to stderr with a new line, with a specified prefix.
- wait
- Prints a log message to stderr without a new line, with a specified prefix.
- waitln
- Prints a log message to stderr with a new line, with a specified prefix.
- warn
- Prints warn log message to stderr without a new line.
- warnln
- Prints warn log message to stderr with a new line.