Synopsis
getformatted(time, priority, messages, origin, howmany, expr, concat)
Description
This is principally intended to be used by the GUI to refresh itself
from the log file (e.g. at startup).
Arguments
time |
out |
|
|
|
Allowed: |
String vector |
priority |
out |
|
|
|
Allowed: |
String vector |
messages |
out |
|
|
|
Allowed: |
String vector |
origin |
out |
|
|
|
Allowed: |
String vector |
howmany |
in |
How many to get (from end) |
|
|
Allowed: |
Int |
|
|
Default: |
-1 (all) |
expr |
in |
select and/or sort command (see printtofile) |
|
|
Allowed: |
String vector |
|
|
Default: |
'' |
concat |
in |
Concatenate consecutive messages with the same priority into one String? |
|
|
Allowed: |
Bool |
|
|
Default: |
F |