1. Download the bundlet, and place it in your workflow's root directory.
2. Include the bundlet
. alfred.bundler.sh
. "$(AlfredBundler::library BashWorkflowHandler)"
pashua="$(AlfredBundler::utility Pashua)"
icon="$(AlfredBundler::icon elusive fire 000000 true)"
AlfredBundler::log "This is a log message." INFO console
DEBUG
, INFO
, WARNING
, ERROR
, CRITICAL
.
AlfredBundler::log "This is a log message." CRITICAL file
{workflow-bundle-id}.log
.
Unfortunately, this path cannot be changed when using the Bash Bundler.
AlfredBundler::log "This is a log message." WARNING both
Post on the Alfred Forum thread.
Open an issue in the Github queue.