Console output prefix

This commit is contained in:
Vortrex
2023-02-07 15:10:49 -06:00
parent 30120d0640
commit b6ffbf0381
58 changed files with 159 additions and 159 deletions

View File

@@ -15,8 +15,8 @@ const V_EMAIL_METHOD_GET_REQUEST = "http"; // Use HTTP request (httpGet to cu
// ===========================================================================
function initEmailScript() {
logToConsole(LOG_INFO, "[AGRP.Email]: Initializing email script ...");
logToConsole(LOG_INFO, "[AGRP.Email]: Email script initialized successfully!");
logToConsole(LOG_INFO, "[V.RP.Email]: Initializing email script ...");
logToConsole(LOG_INFO, "[V.RP.Email]: Email script initialized successfully!");
}
// ===========================================================================