logecho

Last Updated : Nov 01, 2012 |

Syntax

logecho -p procname -s[c|h|m|l] -l level | -t type -|message logecho -x procname  
logecho -? 
-p procname

The process name the user wants to display in the log.

-s severity

Severity: c = critical, h = high, m = medium, l = low

-l level

The level mask. The level can be entered in decimal, octal (preceded by ’0’), or hex (preceded by ’0x).

-t type

The type mask. The type can be entered in decimal, octal (preceded by ’0’), or hex (preceded by ’0x).

-

Log each stdin line.

message

The message to log.

x

Do a gstTrace_exit for this process.

-?

Display command option descriptions.

Description

Use logecho to make an entry in the logmanager log. Only the first non-option argument is placed in the log as the message body. Shell quoting can be used to put messages which contain white space. If the argument value is "-", then the standard input is read, and each line becomes an entry in the log.