warning method
Implementation
void warning(String message) {
resetColorAttributes();
setForegroundColor(ConsoleColor.yellow);
writeLine(message);
resetColorAttributes();
}
void warning(String message) {
resetColorAttributes();
setForegroundColor(ConsoleColor.yellow);
writeLine(message);
resetColorAttributes();
}