printerr
Description:
Formats a message and prints it using the stderr print handler in the invoking process.
If this is a local invocation then this is exactly equivalent to printerr. If this is remote then this is equivalent to calling printerr in the invoking process.
Parameters:
this | |
format |
a printf-style format string |
... |
arguments, as per |