Update : affichage

This commit is contained in:
2025-04-25 09:08:40 +02:00
parent ecb07e8628
commit 9afacd4119
4 changed files with 19 additions and 1 deletions

View File

@ -41,8 +41,17 @@ log_message() {
# Display to console with colors
case "$LEVEL" in
"INFO")
"SCRIPT")
echo ""
echo "============================================================================================"
echo ""
echo -e "${BLUE}[$LEVEL]${NC} $MESSAGE"
echo
;;
"INFO")
echo ""
echo -e "${BLUE}[$LEVEL]${NC} $MESSAGE"
echo
;;
"WARNING")
echo ""