File: message.html

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (17 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This action displays a message to the log window.  This action is primarily
provided for use by scripts and external programs which may interface with
the application. If multiple arguments are given, each one is sent to the log window
followed by a newline.
<p>
If there are 2 or more arguments and the first argument matches, in a case
sensitive manner, one of the below keywords, the message is registered on
the specified error level. Else the PCB_MSG_INFO error level is used.
<p>
<table border=1>
<tr><th>first argument<th>erro level
<tr><td>ERROR         <td> PCB_MSG_ERROR
<tr><td>WARNING       <td> PCB_MSG_WARNING
<tr><td>INFO          <td> PCB_MSG_INFO
<tr><td>DEBUG         <td> PCB_MSG_DEBUG
</table>