Skip to content

Log โ€‹

Monitor and debug extension activities through comprehensive logging system that tracks all life-cycle events and operations.

The Log system provides detailed insights into what's happening behind the scenes during form filling, data processing, and automation operations.

๐Ÿ” From Browser Console โ€‹

Access real-time log messages directly from your browser's developer console for immediate debugging and monitoring.

Browser Console Log Messages

๐Ÿ› ๏ธ How to Open Browser Console โ€‹

PlatformKeyboard ShortcutAlternative Method
Windows/LinuxShift + Ctrl + JPress F12
macOSOption + โŒ˜ + JPress F12
All PlatformsRight-click โ†’ Inspect ElementMenu โ†’ Developer Tools

Steps to Access Logs:

  1. Open browser console using any method above
  2. Navigate to the Console tab
  3. Look for messages prefixed with [EDF] or [Excellent Data Filler]
  4. Filter logs by typing EDF in the console filter

๐Ÿ“Š Log Message Types โ€‹

Log LevelDescriptionExample
INFOGeneral information about extension operations[EDF] Extension initialized successfully
WARNWarning messages for potential issues[EDF] Field selector not found, using fallback
ERRORError messages for failed operations[EDF] Failed to fill field: input[name="email"]
DEBUGDetailed debugging information[EDF] Processing form field: #username

Pro Tip

Keep the browser console open while using the extension to monitor real-time operations and quickly identify any issues during form filling.

Note

Log messages are only visible in the browser console and are not stored permanently. For persistent logging, consider using the extension's built-in logging features.

Released under the MIT License.