Interface: LogTemplatesInterface
Defined in: shared/utils/logTemplates.ts:405
Interface for the log templates catalog structure.
Propertiesโ
debugโ
readonlydebug: {APPLICATION_CLEANUP_SERVICE:"[ApplicationService] Cleaning up {name}";APPLICATION_FORWARDING_CACHE_INVALIDATION:"[ApplicationService] Forwarding cache invalidation to renderer";APPLICATION_FORWARDING_HISTORY_LIMIT_UPDATED:"[ApplicationService] Forwarding history limit update to renderer";APPLICATION_FORWARDING_MANUAL_CHECK_COMPLETED:"[ApplicationService] Forwarding manual monitor check completion to renderer";APPLICATION_FORWARDING_MONITOR_STATUS:"[ApplicationService] Forwarding monitor status change to renderer";APPLICATION_FORWARDING_MONITOR_UP:"[ApplicationService] Monitor recovered - forwarding to renderer";APPLICATION_FORWARDING_MONITORING_STARTED:"[ApplicationService] Forwarding monitoring started to renderer";APPLICATION_FORWARDING_MONITORING_STOPPED:"[ApplicationService] Forwarding monitoring stopped to renderer";APPLICATION_FORWARDING_SITE_ADDED:"[ApplicationService] Forwarding site added to renderer";APPLICATION_FORWARDING_SITE_REMOVED:"[ApplicationService] Forwarding site removed to renderer";APPLICATION_FORWARDING_SITE_UPDATED:"[ApplicationService] Forwarding site updated to renderer";APPLICATION_FORWARDING_STATE_SYNC:"[ApplicationService] Forwarding state sync event to renderer";BACKGROUND_LOAD_COMPLETE:"[SiteManager] Background site load completed: {identifier}";BACKGROUND_LOAD_START:"[SiteManager] Loading site in background: {identifier}";EVENT_BUS_CLEARED:"[TypedEventBus:{busId}] Cleared {count} middleware functions";EVENT_BUS_CREATED:"[TypedEventBus:{busId}] Created new event bus (max middleware: {maxMiddleware})";EVENT_BUS_EMISSION_START:"[TypedEventBus:{busId}] Starting emission of '{eventName}' [{correlationId}]";EVENT_BUS_EMISSION_SUCCESS:"[TypedEventBus:{busId}] Successfully emitted '{eventName}' [{correlationId}]";EVENT_BUS_LISTENER_REGISTERED:"[TypedEventBus:{busId}] Registered listener for '{eventName}'";EVENT_BUS_LISTENER_REMOVED:"[TypedEventBus:{busId}] Removed listener(s) for '{eventName}'";EVENT_BUS_MIDDLEWARE_REMOVED:"[TypedEventBus:{busId}] Removed middleware (remaining: {count})";EVENT_BUS_ONE_TIME_LISTENER:"[TypedEventBus:{busId}] Registered one-time listener for '{eventName}'";HISTORY_ENTRY_ADDED:"[HistoryManipulation] Added history entry for monitor: {monitorId} - Status: {status}";MONITOR_AUTO_STARTED:"[MonitorManager] Auto-started monitoring for new monitor: {monitorId}";MONITOR_CHECK_START:"Checking monitor: site={siteIdentifier}, id={monitorId}, operation={operationId}";MONITOR_INTERVALS_APPLIED:"[MonitorManager] Applied interval for monitor {monitorId}: {interval}s";MONITOR_MANAGER_AUTO_STARTING_SITE:"[MonitorManager] Auto-starting monitoring for site: {identifier}";MONITOR_MANAGER_INTERVALS_SETTING:"[MonitorManager] Applying default intervals for site: {identifier}";MONITOR_MANAGER_NO_MONITORS_FOUND:"[MonitorManager] No monitors found for site: {identifier}";MONITOR_MANAGER_SETUP_MONITORS:"[MonitorManager] Setting up {count} new monitors for site: {identifier}";MONITOR_MANAGER_SKIP_AUTO_START:"[MonitorManager] Skipping auto-start for new monitors - site monitoring disabled";MONITOR_MANAGER_SKIP_INDIVIDUAL:"[MonitorManager] Skipping monitor {monitorId} - individual monitoring disabled";MONITOR_MANAGER_SKIP_NEW_INDIVIDUAL:"[MonitorManager] Skipping new monitor {monitorId} - individual monitoring disabled";MONITOR_MANAGER_VALID_MONITORS:"[MonitorManager] No valid new monitors found for site: {identifier}";MONITOR_RESPONSE_TIME:"[HttpMonitor] URL {url} responded with status {status} in {responseTime}ms";OPERATION_CANCELLED:"Cancelled {count} operations for monitor {monitorId}";OPERATION_COMPLETED:"Completed operation {operationId} for monitor {monitorId}";OPERATION_TIMEOUT_SCHEDULED:"Scheduled timeout for operation {operationId} ({timeoutMs}ms)";SITE_BACKGROUND_LOAD_FAILED:"[SiteManager] Site not found during background load: {identifier}";SITE_CACHE_MISS_ERROR:"[SiteManager] Failed to emit cache miss event";SITE_LOADING_ERROR_IGNORED:"[SiteManager] Background loading error ignored"; }
Defined in: shared/utils/logTemplates.ts:406
APPLICATION_CLEANUP_SERVICEโ
readonlyAPPLICATION_CLEANUP_SERVICE:"[ApplicationService] Cleaning up {name}"="[ApplicationService] Cleaning up {name}"
Application cleanup service
APPLICATION_FORWARDING_CACHE_INVALIDATIONโ
readonlyAPPLICATION_FORWARDING_CACHE_INVALIDATION:"[ApplicationService] Forwarding cache invalidation to renderer"="[ApplicationService] Forwarding cache invalidation to renderer"
Application forwarding events
APPLICATION_FORWARDING_HISTORY_LIMIT_UPDATEDโ
readonlyAPPLICATION_FORWARDING_HISTORY_LIMIT_UPDATED:"[ApplicationService] Forwarding history limit update to renderer"="[ApplicationService] Forwarding history limit update to renderer"
APPLICATION_FORWARDING_MANUAL_CHECK_COMPLETEDโ
readonlyAPPLICATION_FORWARDING_MANUAL_CHECK_COMPLETED:"[ApplicationService] Forwarding manual monitor check completion to renderer"="[ApplicationService] Forwarding manual monitor check completion to renderer"
APPLICATION_FORWARDING_MONITOR_STATUSโ
readonlyAPPLICATION_FORWARDING_MONITOR_STATUS:"[ApplicationService] Forwarding monitor status change to renderer"="[ApplicationService] Forwarding monitor status change to renderer"
APPLICATION_FORWARDING_MONITOR_UPโ
readonlyAPPLICATION_FORWARDING_MONITOR_UP:"[ApplicationService] Monitor recovered - forwarding to renderer"="[ApplicationService] Monitor recovered - forwarding to renderer"
APPLICATION_FORWARDING_MONITORING_STARTEDโ
readonlyAPPLICATION_FORWARDING_MONITORING_STARTED:"[ApplicationService] Forwarding monitoring started to renderer"="[ApplicationService] Forwarding monitoring started to renderer"
APPLICATION_FORWARDING_MONITORING_STOPPEDโ
readonlyAPPLICATION_FORWARDING_MONITORING_STOPPED:"[ApplicationService] Forwarding monitoring stopped to renderer"="[ApplicationService] Forwarding monitoring stopped to renderer"
APPLICATION_FORWARDING_SITE_ADDEDโ
readonlyAPPLICATION_FORWARDING_SITE_ADDED:"[ApplicationService] Forwarding site added to renderer"="[ApplicationService] Forwarding site added to renderer"
APPLICATION_FORWARDING_SITE_REMOVEDโ
readonlyAPPLICATION_FORWARDING_SITE_REMOVED:"[ApplicationService] Forwarding site removed to renderer"="[ApplicationService] Forwarding site removed to renderer"
APPLICATION_FORWARDING_SITE_UPDATEDโ
readonlyAPPLICATION_FORWARDING_SITE_UPDATED:"[ApplicationService] Forwarding site updated to renderer"="[ApplicationService] Forwarding site updated to renderer"
APPLICATION_FORWARDING_STATE_SYNCโ
readonlyAPPLICATION_FORWARDING_STATE_SYNC:"[ApplicationService] Forwarding state sync event to renderer"="[ApplicationService] Forwarding state sync event to renderer"
BACKGROUND_LOAD_COMPLETEโ
readonlyBACKGROUND_LOAD_COMPLETE:"[SiteManager] Background site load completed: {identifier}"="[SiteManager] Background site load completed: {identifier}"
Background operations
BACKGROUND_LOAD_STARTโ
readonlyBACKGROUND_LOAD_START:"[SiteManager] Loading site in background: {identifier}"="[SiteManager] Loading site in background: {identifier}"
EVENT_BUS_CLEAREDโ
readonlyEVENT_BUS_CLEARED:"[TypedEventBus:{busId}] Cleared {count} middleware functions"="[TypedEventBus:{busId}] Cleared {count} middleware functions"
Event bus operations
EVENT_BUS_CREATEDโ
readonlyEVENT_BUS_CREATED:"[TypedEventBus:{busId}] Created new event bus (max middleware: {maxMiddleware})"="[TypedEventBus:{busId}] Created new event bus (max middleware: {maxMiddleware})"
EVENT_BUS_EMISSION_STARTโ
readonlyEVENT_BUS_EMISSION_START:"[TypedEventBus:{busId}] Starting emission of '{eventName}' [{correlationId}]"="[TypedEventBus:{busId}] Starting emission of '{eventName}' [{correlationId}]"
EVENT_BUS_EMISSION_SUCCESSโ
readonlyEVENT_BUS_EMISSION_SUCCESS:"[TypedEventBus:{busId}] Successfully emitted '{eventName}' [{correlationId}]"="[TypedEventBus:{busId}] Successfully emitted '{eventName}' [{correlationId}]"
EVENT_BUS_LISTENER_REGISTEREDโ
readonlyEVENT_BUS_LISTENER_REGISTERED:"[TypedEventBus:{busId}] Registered listener for '{eventName}'"="[TypedEventBus:{busId}] Registered listener for '{eventName}'"
EVENT_BUS_LISTENER_REMOVEDโ
readonlyEVENT_BUS_LISTENER_REMOVED:"[TypedEventBus:{busId}] Removed listener(s) for '{eventName}'"="[TypedEventBus:{busId}] Removed listener(s) for '{eventName}'"
EVENT_BUS_MIDDLEWARE_REMOVEDโ
readonlyEVENT_BUS_MIDDLEWARE_REMOVED:"[TypedEventBus:{busId}] Removed middleware (remaining: {count})"="[TypedEventBus:{busId}] Removed middleware (remaining: {count})"
EVENT_BUS_ONE_TIME_LISTENERโ
readonlyEVENT_BUS_ONE_TIME_LISTENER:"[TypedEventBus:{busId}] Registered one-time listener for '{eventName}'"="[TypedEventBus:{busId}] Registered one-time listener for '{eventName}'"
HISTORY_ENTRY_ADDEDโ
readonlyHISTORY_ENTRY_ADDED:"[HistoryManipulation] Added history entry for monitor: {monitorId} - Status: {status}"="[HistoryManipulation] Added history entry for monitor: {monitorId} - Status: {status}"
History operations
MONITOR_AUTO_STARTEDโ
readonlyMONITOR_AUTO_STARTED:"[MonitorManager] Auto-started monitoring for new monitor: {monitorId}"="[MonitorManager] Auto-started monitoring for new monitor: {monitorId}"
Monitor lifecycle
MONITOR_CHECK_STARTโ
readonlyMONITOR_CHECK_START:"Checking monitor: site={siteIdentifier}, id={monitorId}, operation={operationId}"="Checking monitor: site={siteIdentifier}, id={monitorId}, operation={operationId}"
MONITOR_INTERVALS_APPLIEDโ
readonlyMONITOR_INTERVALS_APPLIED:"[MonitorManager] Applied interval for monitor {monitorId}: {interval}s"="[MonitorManager] Applied interval for monitor {monitorId}: {interval}s"
MONITOR_MANAGER_AUTO_STARTING_SITEโ
readonlyMONITOR_MANAGER_AUTO_STARTING_SITE:"[MonitorManager] Auto-starting monitoring for site: {identifier}"="[MonitorManager] Auto-starting monitoring for site: {identifier}"
MONITOR_MANAGER_INTERVALS_SETTINGโ
readonlyMONITOR_MANAGER_INTERVALS_SETTING:"[MonitorManager] Applying default intervals for site: {identifier}"="[MonitorManager] Applying default intervals for site: {identifier}"
MONITOR_MANAGER_NO_MONITORS_FOUNDโ
readonlyMONITOR_MANAGER_NO_MONITORS_FOUND:"[MonitorManager] No monitors found for site: {identifier}"="[MonitorManager] No monitors found for site: {identifier}"
MONITOR_MANAGER_SETUP_MONITORSโ
readonlyMONITOR_MANAGER_SETUP_MONITORS:"[MonitorManager] Setting up {count} new monitors for site: {identifier}"="[MonitorManager] Setting up {count} new monitors for site: {identifier}"
MONITOR_MANAGER_SKIP_AUTO_STARTโ
readonlyMONITOR_MANAGER_SKIP_AUTO_START:"[MonitorManager] Skipping auto-start for new monitors - site monitoring disabled"="[MonitorManager] Skipping auto-start for new monitors - site monitoring disabled"
MONITOR_MANAGER_SKIP_INDIVIDUALโ
readonlyMONITOR_MANAGER_SKIP_INDIVIDUAL:"[MonitorManager] Skipping monitor {monitorId} - individual monitoring disabled"="[MonitorManager] Skipping monitor {monitorId} - individual monitoring disabled"
MONITOR_MANAGER_SKIP_NEW_INDIVIDUALโ
readonlyMONITOR_MANAGER_SKIP_NEW_INDIVIDUAL:"[MonitorManager] Skipping new monitor {monitorId} - individual monitoring disabled"="[MonitorManager] Skipping new monitor {monitorId} - individual monitoring disabled"
MONITOR_MANAGER_VALID_MONITORSโ
readonlyMONITOR_MANAGER_VALID_MONITORS:"[MonitorManager] No valid new monitors found for site: {identifier}"="[MonitorManager] No valid new monitors found for site: {identifier}"
MONITOR_RESPONSE_TIMEโ
readonlyMONITOR_RESPONSE_TIME:"[HttpMonitor] URL {url} responded with status {status} in {responseTime}ms"="[HttpMonitor] URL {url} responded with status {status} in {responseTime}ms"
OPERATION_CANCELLEDโ
readonlyOPERATION_CANCELLED:"Cancelled {count} operations for monitor {monitorId}"="Cancelled {count} operations for monitor {monitorId}"
Operation management
OPERATION_COMPLETEDโ
readonlyOPERATION_COMPLETED:"Completed operation {operationId} for monitor {monitorId}"="Completed operation {operationId} for monitor {monitorId}"
OPERATION_TIMEOUT_SCHEDULEDโ
readonlyOPERATION_TIMEOUT_SCHEDULED:"Scheduled timeout for operation {operationId} ({timeoutMs}ms)"="Scheduled timeout for operation {operationId} ({timeoutMs}ms)"
SITE_BACKGROUND_LOAD_FAILEDโ
readonlySITE_BACKGROUND_LOAD_FAILED:"[SiteManager] Site not found during background load: {identifier}"="[SiteManager] Site not found during background load: {identifier}"
Site operations
SITE_CACHE_MISS_ERRORโ
readonlySITE_CACHE_MISS_ERROR:"[SiteManager] Failed to emit cache miss event"="[SiteManager] Failed to emit cache miss event"
SITE_LOADING_ERROR_IGNOREDโ
readonlySITE_LOADING_ERROR_IGNORED:"[SiteManager] Background loading error ignored"="[SiteManager] Background loading error ignored"
errorsโ
readonlyerrors: {APPLICATION_CLEANUP_ERROR:"[ApplicationService] Error during cleanup";APPLICATION_FORWARD_CACHE_INVALIDATION_ERROR:"[ApplicationService] Failed to forward cache invalidation to renderer";APPLICATION_FORWARD_HISTORY_LIMIT_UPDATED_ERROR:"[ApplicationService] Failed to forward history limit update to renderer";APPLICATION_FORWARD_MANUAL_CHECK_COMPLETED_ERROR:"[ApplicationService] Failed to forward manual monitor check completion to renderer";APPLICATION_FORWARD_MONITOR_DOWN_ERROR:"[ApplicationService] Failed to forward monitor down to renderer";APPLICATION_FORWARD_MONITOR_STATUS_ERROR:"[ApplicationService] Failed to forward monitor status change to renderer";APPLICATION_FORWARD_MONITOR_UP_ERROR:"[ApplicationService] Failed to forward monitor up to renderer";APPLICATION_FORWARD_MONITORING_STARTED_ERROR:"[ApplicationService] Failed to forward monitoring started to renderer";APPLICATION_FORWARD_MONITORING_STOPPED_ERROR:"[ApplicationService] Failed to forward monitoring stopped to renderer";APPLICATION_FORWARD_SITE_ADDED_ERROR:"[ApplicationService] Failed to forward site added to renderer";APPLICATION_FORWARD_SITE_REMOVED_ERROR:"[ApplicationService] Failed to forward site removed to renderer";APPLICATION_FORWARD_SITE_UPDATED_ERROR:"[ApplicationService] Failed to forward site updated to renderer";APPLICATION_FORWARD_STATE_SYNC_ERROR:"[ApplicationService] Failed to forward state sync event to renderer";APPLICATION_INITIALIZATION_ERROR:"[ApplicationService] Error during app initialization";APPLICATION_SYSTEM_ERROR:"[ApplicationService] System error: {context}";APPLICATION_UPDATE_CHECK_ERROR:"[ApplicationService] Failed to check for updates";DATABASE_BACKUP_FAILED:"[DatabaseBackup] Failed to create database backup";DATABASE_INDEXES_FAILED:"[DatabaseSchema] Failed to create indexes";DATABASE_SCHEMA_FAILED:"[DatabaseSchema] Failed to create database schema";DATABASE_TABLES_FAILED:"[DatabaseSchema] Failed to create tables";DATABASE_VALIDATION_SETUP_FAILED:"[DatabaseSchema] Failed to setup monitor type validation";EVENT_BUS_EMISSION_FAILED:"[TypedEventBus:{busId}] Failed to emit '{eventName}' [{correlationId}]";HISTORY_ADD_FAILED:"[HistoryManipulation] Failed to add history entry for monitor: {monitorId}";HISTORY_BULK_INSERT_FAILED:"[HistoryManipulation] Failed to bulk insert history for monitor: {monitorId}";HISTORY_FETCH_FAILED:"[HistoryQuery] Failed to fetch history for monitor: {monitorId}";HISTORY_LATEST_FETCH_FAILED:"[HistoryQuery] Failed to get latest history entry for monitor: {monitorId}";HISTORY_MAPPER_FAILED:"[HistoryMapper] Failed to map database row to history entry";HISTORY_PRUNE_FAILED:"[HistoryManipulation] Failed to prune history for monitor: {monitorId}";MONITOR_CHECK_ENHANCED_FAILED:"Enhanced monitor check failed for {monitorId}";MONITOR_MAPPER_FAILED:"[MonitorMapper] Failed to build monitor parameters";SETTINGS_MAPPER_FAILED:"[SettingsMapper:rowToSetting] Failed to map database row to setting";SITE_BACKGROUND_LOAD_EMIT_ERROR:"[SiteManager] Failed to emit background load error event";SITE_BACKGROUND_LOAD_FAILED:"[SiteManager] Background site load failed for {identifier}";SITE_HISTORY_LIMIT_FAILED:"[SiteManager] Failed to set history limit";SITE_INITIALIZATION_FAILED:"[SiteManager] Failed to initialize cache";SITE_MAPPER_FAILED:"[SiteMapper] Failed to map database row to site";SITE_MONITOR_REMOVAL_FAILED:"[SiteManager] Failed to remove monitor {monitorId} from site {siteIdentifier}"; }
Defined in: shared/utils/logTemplates.ts:407
APPLICATION_CLEANUP_ERRORโ
readonlyAPPLICATION_CLEANUP_ERROR:"[ApplicationService] Error during cleanup"="[ApplicationService] Error during cleanup"
Application errors
APPLICATION_FORWARD_CACHE_INVALIDATION_ERRORโ
readonlyAPPLICATION_FORWARD_CACHE_INVALIDATION_ERROR:"[ApplicationService] Failed to forward cache invalidation to renderer"="[ApplicationService] Failed to forward cache invalidation to renderer"
APPLICATION_FORWARD_HISTORY_LIMIT_UPDATED_ERRORโ
readonlyAPPLICATION_FORWARD_HISTORY_LIMIT_UPDATED_ERROR:"[ApplicationService] Failed to forward history limit update to renderer"="[ApplicationService] Failed to forward history limit update to renderer"
APPLICATION_FORWARD_MANUAL_CHECK_COMPLETED_ERRORโ
readonlyAPPLICATION_FORWARD_MANUAL_CHECK_COMPLETED_ERROR:"[ApplicationService] Failed to forward manual monitor check completion to renderer"="[ApplicationService] Failed to forward manual monitor check completion to renderer"
APPLICATION_FORWARD_MONITOR_DOWN_ERRORโ
readonlyAPPLICATION_FORWARD_MONITOR_DOWN_ERROR:"[ApplicationService] Failed to forward monitor down to renderer"="[ApplicationService] Failed to forward monitor down to renderer"
APPLICATION_FORWARD_MONITOR_STATUS_ERRORโ
readonlyAPPLICATION_FORWARD_MONITOR_STATUS_ERROR:"[ApplicationService] Failed to forward monitor status change to renderer"="[ApplicationService] Failed to forward monitor status change to renderer"
APPLICATION_FORWARD_MONITOR_UP_ERRORโ
readonlyAPPLICATION_FORWARD_MONITOR_UP_ERROR:"[ApplicationService] Failed to forward monitor up to renderer"="[ApplicationService] Failed to forward monitor up to renderer"
APPLICATION_FORWARD_MONITORING_STARTED_ERRORโ
readonlyAPPLICATION_FORWARD_MONITORING_STARTED_ERROR:"[ApplicationService] Failed to forward monitoring started to renderer"="[ApplicationService] Failed to forward monitoring started to renderer"
APPLICATION_FORWARD_MONITORING_STOPPED_ERRORโ
readonlyAPPLICATION_FORWARD_MONITORING_STOPPED_ERROR:"[ApplicationService] Failed to forward monitoring stopped to renderer"="[ApplicationService] Failed to forward monitoring stopped to renderer"
APPLICATION_FORWARD_SITE_ADDED_ERRORโ
readonlyAPPLICATION_FORWARD_SITE_ADDED_ERROR:"[ApplicationService] Failed to forward site added to renderer"="[ApplicationService] Failed to forward site added to renderer"
APPLICATION_FORWARD_SITE_REMOVED_ERRORโ
readonlyAPPLICATION_FORWARD_SITE_REMOVED_ERROR:"[ApplicationService] Failed to forward site removed to renderer"="[ApplicationService] Failed to forward site removed to renderer"
APPLICATION_FORWARD_SITE_UPDATED_ERRORโ
readonlyAPPLICATION_FORWARD_SITE_UPDATED_ERROR:"[ApplicationService] Failed to forward site updated to renderer"="[ApplicationService] Failed to forward site updated to renderer"
APPLICATION_FORWARD_STATE_SYNC_ERRORโ
readonlyAPPLICATION_FORWARD_STATE_SYNC_ERROR:"[ApplicationService] Failed to forward state sync event to renderer"="[ApplicationService] Failed to forward state sync event to renderer"
APPLICATION_INITIALIZATION_ERRORโ
readonlyAPPLICATION_INITIALIZATION_ERROR:"[ApplicationService] Error during app initialization"="[ApplicationService] Error during app initialization"
APPLICATION_SYSTEM_ERRORโ
readonlyAPPLICATION_SYSTEM_ERROR:"[ApplicationService] System error: {context}"="[ApplicationService] System error: {context}"
APPLICATION_UPDATE_CHECK_ERRORโ
readonlyAPPLICATION_UPDATE_CHECK_ERROR:"[ApplicationService] Failed to check for updates"="[ApplicationService] Failed to check for updates"
DATABASE_BACKUP_FAILEDโ
readonlyDATABASE_BACKUP_FAILED:"[DatabaseBackup] Failed to create database backup"="[DatabaseBackup] Failed to create database backup"
Database errors
DATABASE_INDEXES_FAILEDโ
readonlyDATABASE_INDEXES_FAILED:"[DatabaseSchema] Failed to create indexes"="[DatabaseSchema] Failed to create indexes"
DATABASE_SCHEMA_FAILEDโ
readonlyDATABASE_SCHEMA_FAILED:"[DatabaseSchema] Failed to create database schema"="[DatabaseSchema] Failed to create database schema"
DATABASE_TABLES_FAILEDโ
readonlyDATABASE_TABLES_FAILED:"[DatabaseSchema] Failed to create tables"="[DatabaseSchema] Failed to create tables"
DATABASE_VALIDATION_SETUP_FAILEDโ
readonlyDATABASE_VALIDATION_SETUP_FAILED:"[DatabaseSchema] Failed to setup monitor type validation"="[DatabaseSchema] Failed to setup monitor type validation"
EVENT_BUS_EMISSION_FAILEDโ
readonlyEVENT_BUS_EMISSION_FAILED:"[TypedEventBus:{busId}] Failed to emit '{eventName}' [{correlationId}]"="[TypedEventBus:{busId}] Failed to emit '{eventName}' [{correlationId}]"
Event bus errors
HISTORY_ADD_FAILEDโ
readonlyHISTORY_ADD_FAILED:"[HistoryManipulation] Failed to add history entry for monitor: {monitorId}"="[HistoryManipulation] Failed to add history entry for monitor: {monitorId}"
History errors
HISTORY_BULK_INSERT_FAILEDโ
readonlyHISTORY_BULK_INSERT_FAILED:"[HistoryManipulation] Failed to bulk insert history for monitor: {monitorId}"="[HistoryManipulation] Failed to bulk insert history for monitor: {monitorId}"
HISTORY_FETCH_FAILEDโ
readonlyHISTORY_FETCH_FAILED:"[HistoryQuery] Failed to fetch history for monitor: {monitorId}"="[HistoryQuery] Failed to fetch history for monitor: {monitorId}"
HISTORY_LATEST_FETCH_FAILEDโ
readonlyHISTORY_LATEST_FETCH_FAILED:"[HistoryQuery] Failed to get latest history entry for monitor: {monitorId}"="[HistoryQuery] Failed to get latest history entry for monitor: {monitorId}"
HISTORY_MAPPER_FAILEDโ
readonlyHISTORY_MAPPER_FAILED:"[HistoryMapper] Failed to map database row to history entry"="[HistoryMapper] Failed to map database row to history entry"
HISTORY_PRUNE_FAILEDโ
readonlyHISTORY_PRUNE_FAILED:"[HistoryManipulation] Failed to prune history for monitor: {monitorId}"="[HistoryManipulation] Failed to prune history for monitor: {monitorId}"
MONITOR_CHECK_ENHANCED_FAILEDโ
readonlyMONITOR_CHECK_ENHANCED_FAILED:"Enhanced monitor check failed for {monitorId}"="Enhanced monitor check failed for {monitorId}"
Monitor errors
MONITOR_MAPPER_FAILEDโ
readonlyMONITOR_MAPPER_FAILED:"[MonitorMapper] Failed to build monitor parameters"="[MonitorMapper] Failed to build monitor parameters"
SETTINGS_MAPPER_FAILEDโ
readonlySETTINGS_MAPPER_FAILED:"[SettingsMapper:rowToSetting] Failed to map database row to setting"="[SettingsMapper:rowToSetting] Failed to map database row to setting"
Settings errors
SITE_BACKGROUND_LOAD_EMIT_ERRORโ
readonlySITE_BACKGROUND_LOAD_EMIT_ERROR:"[SiteManager] Failed to emit background load error event"="[SiteManager] Failed to emit background load error event"
SITE_BACKGROUND_LOAD_FAILEDโ
readonlySITE_BACKGROUND_LOAD_FAILED:"[SiteManager] Background site load failed for {identifier}"="[SiteManager] Background site load failed for {identifier}"
Site errors
SITE_HISTORY_LIMIT_FAILEDโ
readonlySITE_HISTORY_LIMIT_FAILED:"[SiteManager] Failed to set history limit"="[SiteManager] Failed to set history limit"
SITE_INITIALIZATION_FAILEDโ
readonlySITE_INITIALIZATION_FAILED:"[SiteManager] Failed to initialize cache"="[SiteManager] Failed to initialize cache"
SITE_MAPPER_FAILEDโ
readonlySITE_MAPPER_FAILED:"[SiteMapper] Failed to map database row to site"="[SiteMapper] Failed to map database row to site"
SITE_MONITOR_REMOVAL_FAILEDโ
readonlySITE_MONITOR_REMOVAL_FAILED:"[SiteManager] Failed to remove monitor {monitorId} from site {siteIdentifier}"="[SiteManager] Failed to remove monitor {monitorId} from site {siteIdentifier}"
servicesโ
readonlyservices: {APPLICATION_ACTIVATED:"[ApplicationService] App activated";APPLICATION_CLEANUP_COMPLETE:"[ApplicationService] Cleanup completed";APPLICATION_CLEANUP_START:"[ApplicationService] Starting cleanup";APPLICATION_CREATING_WINDOW:"[ApplicationService] No windows open, creating main window";APPLICATION_INITIALIZING:"[ApplicationService] Initializing application services";APPLICATION_QUITTING:"[ApplicationService] Quitting app (non-macOS)";APPLICATION_READY:"[ApplicationService] App ready - initializing services";APPLICATION_SERVICES_INITIALIZED:"[ApplicationService] All services initialized successfully";APPLICATION_WINDOWS_CLOSED:"[ApplicationService] All windows closed";DATABASE_BACKUP_CREATED:"[DatabaseBackup] Database backup created successfully";DATABASE_CONNECTION_CLOSED:"[DatabaseService] Database connection closed safely";DATABASE_INDEXES_CREATED:"[DatabaseSchema] All indexes created successfully";DATABASE_INITIALIZED:"[DatabaseService] Database initialized successfully";DATABASE_MONITOR_VALIDATION_INITIALIZED:"[DatabaseSchema] Monitor type validation initialized";DATABASE_MONITOR_VALIDATION_READY:"[DatabaseSchema] Monitor type validation framework ready";DATABASE_SCHEMA_CREATED:"[DatabaseSchema] Database schema created successfully";DATABASE_TABLES_CREATED:"[DatabaseSchema] All tables created successfully";HISTORY_BULK_INSERT:"[HistoryManipulation] Bulk inserted {count} history entries for monitor: {monitorId}";IPC_SERVICE_CLEANUP:"[IpcService] Cleaning up IPC handlers";MIGRATION_APPLYING:"Applying migration: {monitorType} {fromVersion} -> {toVersion}";MIGRATION_REGISTERED:"Registered migration for {monitorType}: {fromVersion} โ {toVersion}";MONITOR_MANAGER_APPLYING_INTERVALS:"[MonitorManager] Completed applying default intervals for site: {identifier}";MONITOR_MANAGER_AUTO_STARTING:"[MonitorManager] Completed auto-starting monitoring for site: {identifier}";MONITOR_REMOVED_FROM_SITE:"[SiteManager] Monitor {monitorId} removed from site {siteIdentifier}";MONITOR_STARTED:"Started monitoring for monitor {monitorId} on site {siteIdentifier}";MONITOR_STOPPED:"Stopped monitoring for monitor {monitorId} on site {siteIdentifier}";SITE_ADDED_SUCCESS:"Site added successfully: {identifier} ({name})";SITE_MANAGER_INITIALIZED:"[SiteManager] Initialized with {count} sites in cache";SITE_MANAGER_INITIALIZED_WITH_CACHE:"[SiteManager] Initialized with StandardizedCache";SITE_MANAGER_LOADING_CACHE:"[SiteManager] Initializing - loading sites into cache";UPDATER_QUIT_INSTALL:"[AutoUpdaterService] Quitting and installing update"; }
Defined in: shared/utils/logTemplates.ts:408
APPLICATION_ACTIVATEDโ
readonlyAPPLICATION_ACTIVATED:"[ApplicationService] App activated"="[ApplicationService] App activated"
Application activated
APPLICATION_CLEANUP_COMPLETEโ
readonlyAPPLICATION_CLEANUP_COMPLETE:"[ApplicationService] Cleanup completed"="[ApplicationService] Cleanup completed"
Application cleanup completed
APPLICATION_CLEANUP_STARTโ
readonlyAPPLICATION_CLEANUP_START:"[ApplicationService] Starting cleanup"="[ApplicationService] Starting cleanup"
Application cleanup started
APPLICATION_CREATING_WINDOWโ
readonlyAPPLICATION_CREATING_WINDOW:"[ApplicationService] No windows open, creating main window"="[ApplicationService] No windows open, creating main window"
Application creating window
APPLICATION_INITIALIZINGโ
readonlyAPPLICATION_INITIALIZING:"[ApplicationService] Initializing application services"="[ApplicationService] Initializing application services"
Application service initialization
APPLICATION_QUITTINGโ
readonlyAPPLICATION_QUITTING:"[ApplicationService] Quitting app (non-macOS)"="[ApplicationService] Quitting app (non-macOS)"
Application quitting
APPLICATION_READYโ
readonlyAPPLICATION_READY:"[ApplicationService] App ready - initializing services"="[ApplicationService] App ready - initializing services"
Application app ready
APPLICATION_SERVICES_INITIALIZEDโ
readonlyAPPLICATION_SERVICES_INITIALIZED:"[ApplicationService] All services initialized successfully"="[ApplicationService] All services initialized successfully"
Application services initialized
APPLICATION_WINDOWS_CLOSEDโ
readonlyAPPLICATION_WINDOWS_CLOSED:"[ApplicationService] All windows closed"="[ApplicationService] All windows closed"
Application all windows closed
DATABASE_BACKUP_CREATEDโ
readonlyDATABASE_BACKUP_CREATED:"[DatabaseBackup] Database backup created successfully"="[DatabaseBackup] Database backup created successfully"
Database backup created
DATABASE_CONNECTION_CLOSEDโ
readonlyDATABASE_CONNECTION_CLOSED:"[DatabaseService] Database connection closed safely"="[DatabaseService] Database connection closed safely"
Database connection closed
DATABASE_INDEXES_CREATEDโ
readonlyDATABASE_INDEXES_CREATED:"[DatabaseSchema] All indexes created successfully"="[DatabaseSchema] All indexes created successfully"
Database indexes created
DATABASE_INITIALIZEDโ
readonlyDATABASE_INITIALIZED:"[DatabaseService] Database initialized successfully"="[DatabaseService] Database initialized successfully"
Database initialized successfully
DATABASE_MONITOR_VALIDATION_INITIALIZEDโ
readonlyDATABASE_MONITOR_VALIDATION_INITIALIZED:"[DatabaseSchema] Monitor type validation initialized"="[DatabaseSchema] Monitor type validation initialized"
Database monitor validation initialized
DATABASE_MONITOR_VALIDATION_READYโ
readonlyDATABASE_MONITOR_VALIDATION_READY:"[DatabaseSchema] Monitor type validation framework ready"="[DatabaseSchema] Monitor type validation framework ready"
Database monitor validation ready
DATABASE_SCHEMA_CREATEDโ
readonlyDATABASE_SCHEMA_CREATED:"[DatabaseSchema] Database schema created successfully"="[DatabaseSchema] Database schema created successfully"
Database schema created
DATABASE_TABLES_CREATEDโ
readonlyDATABASE_TABLES_CREATED:"[DatabaseSchema] All tables created successfully"="[DatabaseSchema] All tables created successfully"
Database tables created
HISTORY_BULK_INSERTโ
readonlyHISTORY_BULK_INSERT:"[HistoryManipulation] Bulk inserted {count} history entries for monitor: {monitorId}"="[HistoryManipulation] Bulk inserted {count} history entries for monitor: {monitorId}"
History bulk insert
IPC_SERVICE_CLEANUPโ
readonlyIPC_SERVICE_CLEANUP:"[IpcService] Cleaning up IPC handlers"="[IpcService] Cleaning up IPC handlers"
IPC service cleanup
MIGRATION_APPLYINGโ
readonlyMIGRATION_APPLYING:"Applying migration: {monitorType} {fromVersion} -> {toVersion}"="Applying migration: {monitorType} {fromVersion} -> {toVersion}"
Migration system
MIGRATION_REGISTEREDโ
readonlyMIGRATION_REGISTERED:"Registered migration for {monitorType}: {fromVersion} โ {toVersion}"="Registered migration for {monitorType}: {fromVersion} โ {toVersion}"
MONITOR_MANAGER_APPLYING_INTERVALSโ
readonlyMONITOR_MANAGER_APPLYING_INTERVALS:"[MonitorManager] Completed applying default intervals for site: {identifier}"="[MonitorManager] Completed applying default intervals for site: {identifier}"
Monitor manager applying intervals
MONITOR_MANAGER_AUTO_STARTINGโ
readonlyMONITOR_MANAGER_AUTO_STARTING:"[MonitorManager] Completed auto-starting monitoring for site: {identifier}"="[MonitorManager] Completed auto-starting monitoring for site: {identifier}"
Monitor manager auto-starting
MONITOR_REMOVED_FROM_SITEโ
readonlyMONITOR_REMOVED_FROM_SITE:"[SiteManager] Monitor {monitorId} removed from site {siteIdentifier}"="[SiteManager] Monitor {monitorId} removed from site {siteIdentifier}"
Monitor removed from site
MONITOR_STARTEDโ
readonlyMONITOR_STARTED:"Started monitoring for monitor {monitorId} on site {siteIdentifier}"="Started monitoring for monitor {monitorId} on site {siteIdentifier}"
Monitor started
MONITOR_STOPPEDโ
readonlyMONITOR_STOPPED:"Stopped monitoring for monitor {monitorId} on site {siteIdentifier}"="Stopped monitoring for monitor {monitorId} on site {siteIdentifier}"
Monitor stopped
SITE_ADDED_SUCCESSโ
readonlySITE_ADDED_SUCCESS:"Site added successfully: {identifier} ({name})"="Site added successfully: {identifier} ({name})"
Site added successfully
SITE_MANAGER_INITIALIZEDโ
readonlySITE_MANAGER_INITIALIZED:"[SiteManager] Initialized with {count} sites in cache"="[SiteManager] Initialized with {count} sites in cache"
Site manager initialized
SITE_MANAGER_INITIALIZED_WITH_CACHEโ
readonlySITE_MANAGER_INITIALIZED_WITH_CACHE:"[SiteManager] Initialized with StandardizedCache"="[SiteManager] Initialized with StandardizedCache"
Site manager initialized with cache
SITE_MANAGER_LOADING_CACHEโ
readonlySITE_MANAGER_LOADING_CACHE:"[SiteManager] Initializing - loading sites into cache"="[SiteManager] Initializing - loading sites into cache"
Site manager cache loading
UPDATER_QUIT_INSTALLโ
readonlyUPDATER_QUIT_INSTALL:"[AutoUpdaterService] Quitting and installing update"="[AutoUpdaterService] Quitting and installing update"
Auto updater messages
warningsโ
readonlywarnings: {APPLICATION_MONITOR_DOWN:"[ApplicationService] Monitor failure detected - forwarding to renderer";DATABASE_MONITOR_VALIDATION_CONTINUE:"[DatabaseSchema] Continuing without monitor type validation";DATABASE_MONITOR_VALIDATION_MISSING:"[DatabaseSchema] No monitor types registered - validation will allow any type";HISTORY_INVALID_STATUS:"[HistoryMapper] Invalid status value, defaulting to 'down'";MONITOR_ACTIVE_OPERATIONS_INVALID:"active_operations contains invalid or unsafe data, using empty array";MONITOR_ACTIVE_OPERATIONS_PARSE_FAILED:"Failed to parse active_operations, using empty array";MONITOR_CONFIG_UPDATE_FAILED_INSTANCE:"Failed to update config for monitor instance";MONITOR_CONFIG_UPDATE_FAILED_TYPE:"Failed to update config for monitor type {type}";MONITOR_FRESH_DATA_MISSING:"Fresh monitor data not found for {monitorId}";MONITOR_NOT_FOUND_CACHE:"Monitor {monitorId} not found, ignoring result";MONITOR_NOT_MONITORING:"Monitor {monitorId} no longer monitoring, ignoring result";MONITOR_TYPE_UNKNOWN_CHECK:"Unknown monitor type: {monitorType}";MONITOR_TYPE_UNKNOWN_DETAIL:"Unknown monitor type for detail formatting";MONITOR_TYPE_UNKNOWN_TITLE:"Unknown monitor type for title suffix formatting";NOTIFICATIONS_UNSUPPORTED:"Notifications not supported on this platform";OPERATION_TIMEOUT:"Operation {operationId} timed out, cancelling";RECURSIVE_CALL_PREVENTED:"Preventing recursive call for {identifier}/{monitorId}";SITE_NOT_FOUND_MANUAL:"Site {identifier} not found or has no monitors for manual check";SITE_NOT_FOUND_SCHEDULED:"Site {siteIdentifier} not found in cache for scheduled check"; }
Defined in: shared/utils/logTemplates.ts:409
APPLICATION_MONITOR_DOWNโ
readonlyAPPLICATION_MONITOR_DOWN:"[ApplicationService] Monitor failure detected - forwarding to renderer"="[ApplicationService] Monitor failure detected - forwarding to renderer"
Application warnings
DATABASE_MONITOR_VALIDATION_CONTINUEโ
readonlyDATABASE_MONITOR_VALIDATION_CONTINUE:"[DatabaseSchema] Continuing without monitor type validation"="[DatabaseSchema] Continuing without monitor type validation"
Database warnings
DATABASE_MONITOR_VALIDATION_MISSINGโ
readonlyDATABASE_MONITOR_VALIDATION_MISSING:"[DatabaseSchema] No monitor types registered - validation will allow any type"="[DatabaseSchema] No monitor types registered - validation will allow any type"
HISTORY_INVALID_STATUSโ
readonlyHISTORY_INVALID_STATUS:"[HistoryMapper] Invalid status value, defaulting to 'down'"="[HistoryMapper] Invalid status value, defaulting to 'down'"
History warnings
MONITOR_ACTIVE_OPERATIONS_INVALIDโ
readonlyMONITOR_ACTIVE_OPERATIONS_INVALID:"active_operations contains invalid or unsafe data, using empty array"="active_operations contains invalid or unsafe data, using empty array"
Monitor warnings
MONITOR_ACTIVE_OPERATIONS_PARSE_FAILEDโ
readonlyMONITOR_ACTIVE_OPERATIONS_PARSE_FAILED:"Failed to parse active_operations, using empty array"="Failed to parse active_operations, using empty array"
MONITOR_CONFIG_UPDATE_FAILED_INSTANCEโ
readonlyMONITOR_CONFIG_UPDATE_FAILED_INSTANCE:"Failed to update config for monitor instance"="Failed to update config for monitor instance"
MONITOR_CONFIG_UPDATE_FAILED_TYPEโ
readonlyMONITOR_CONFIG_UPDATE_FAILED_TYPE:"Failed to update config for monitor type {type}"="Failed to update config for monitor type {type}"
MONITOR_FRESH_DATA_MISSINGโ
readonlyMONITOR_FRESH_DATA_MISSING:"Fresh monitor data not found for {monitorId}"="Fresh monitor data not found for {monitorId}"
MONITOR_NOT_FOUND_CACHEโ
readonlyMONITOR_NOT_FOUND_CACHE:"Monitor {monitorId} not found, ignoring result"="Monitor {monitorId} not found, ignoring result"
MONITOR_NOT_MONITORINGโ
readonlyMONITOR_NOT_MONITORING:"Monitor {monitorId} no longer monitoring, ignoring result"="Monitor {monitorId} no longer monitoring, ignoring result"
MONITOR_TYPE_UNKNOWN_CHECKโ
readonlyMONITOR_TYPE_UNKNOWN_CHECK:"Unknown monitor type: {monitorType}"="Unknown monitor type: {monitorType}"
MONITOR_TYPE_UNKNOWN_DETAILโ
readonlyMONITOR_TYPE_UNKNOWN_DETAIL:"Unknown monitor type for detail formatting"="Unknown monitor type for detail formatting"
MONITOR_TYPE_UNKNOWN_TITLEโ
readonlyMONITOR_TYPE_UNKNOWN_TITLE:"Unknown monitor type for title suffix formatting"="Unknown monitor type for title suffix formatting"
NOTIFICATIONS_UNSUPPORTEDโ
readonlyNOTIFICATIONS_UNSUPPORTED:"Notifications not supported on this platform"="Notifications not supported on this platform"
Notification warnings
OPERATION_TIMEOUTโ
readonlyOPERATION_TIMEOUT:"Operation {operationId} timed out, cancelling"="Operation {operationId} timed out, cancelling"
Operation warnings
RECURSIVE_CALL_PREVENTEDโ
readonlyRECURSIVE_CALL_PREVENTED:"Preventing recursive call for {identifier}/{monitorId}"="Preventing recursive call for {identifier}/{monitorId}"
SITE_NOT_FOUND_MANUALโ
readonlySITE_NOT_FOUND_MANUAL:"Site {identifier} not found or has no monitors for manual check"="Site {identifier} not found or has no monitors for manual check"
Site not found warnings
SITE_NOT_FOUND_SCHEDULEDโ
readonlySITE_NOT_FOUND_SCHEDULED:"Site {siteIdentifier} not found in cache for scheduled check"="Site {siteIdentifier} not found in cache for scheduled check"