PrintFunc

Specifies the type of the print handler functions. These are called with the complete formatted string to output.

alias PrintFunc = void delegate
(
string string_
)