Output

Static class for handling interactions with the console.

Members

Static functions

initialize
void initialize()

Initialize the controller.

printMessage
void printMessage(OutputType type, A messages)

Print a generic message to the console.

printValue
void printValue(OutputType type, string varName, T value)

Print the value of a variable.

Meta