print Function
Prints a message to the Windows console (which is used by built-in bruteforce).
Syntax
void print(
const string&in str,
Severity severity = Severity :: Info
)
Parameters
const string&in str
The message to log.
Severity severity = Severity :: Info
The severity of the message. The severity defines the color of the message in the console.
Return value
None.
Remarks
None.