logger
Verified for current stable LTS
Logger Command: Log Message With Priority
Use for log message with priority with Logger. Exact CLI syntax to log message with priority using Logger.
When to use this: Use for log message with priority with Logger.
Command Syntax
echo <log_entry> | logger -p <user.warning> echo <log_entry> | logger -p <user.warning> Live Command Builder
Final Command
echo <log_entry> | logger -p <user.warning> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to log message with priority using Logger.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Logger Command: Log Message To Syslog
logger <message> Logger Command: Log Message With Specific Tag echo <log_entry> | logger -t <tag> Logger Command: Log Remote Syslog Message echo <log_entry> | logger -n <hostname> -P <port> Logger Command: Log Stdin Message To Syslog echo <log_entry> | logger Jmeter Command: Run Test Plan Nongui Proxy jmeter -n -t <path/to/file.jmx> -H- <127.0.0.1> -P <8888>