OutputRequest

Embodies the notion of a request to output something to the local terminal.

Merely bundles a Level log level and a string message line. What log level is picked decides what log level is passed to the KamelosoLogger instance, and dictates things like what colour to tint the message with (if any).

Members

Enums

Level
enum Level

Output log levels.

Variables

line
string line;

String line to request to be output to the local terminal.

logLevel
Level logLevel;

Log level of the message.

Meta