block

void
block
(
dstring title
,
dstring message
,
int width = -1
,
int _align = -1
,
bool __logFormatEnabled = true
)

Parameters

title dstring

Title of block

message dstring

Message to print in block

width int

Width of block. Set to -1 for auto

_align int

Block align. -1 - left, 0 - center, 1 - right

Meta