AppStatus.formatStaticLine

Format one of the static lines. The application can set the number of static lines either when constructing this module or by calling the 'num_static_lines' method. This method is then used to format the contents of the static lines.

class AppStatus
typeof(this)
formatStaticLine
(
T...
)
(
uint index
,
cstring format
,)

Parameters

index uint

the index of the static line to format

format cstring

format string of the message

args T

list of any extra arguments for the message

Return Value

Type: typeof(this)

this object for method chaining

Meta