TimeLogger
TimeLogger is a lightweight Retail addon that records when you log in and out of World of Warcraft. Nothing flashy, just reliable timestamps you can use for your own stats, habits, or BI tools.
What it does
- Logs every login and logout with Unix time and UTC (ISO-style), plus character and realm.
- Builds session rows from those events: normal sessions, sessions that ended without a clean logout, and sessions still open when you export.
- Stores everything in SavedVariables so it persists between sessions.
Export
- Slash commands:
/timelogger or /tlog
- Opens a simple window with Events (CSV/JSON) and Sessions (CSV/JSON).
- Copy to clipboard when your client supports it (otherwise select all and copy).
Housekeeping
- Prune old raw events by age (days). Before pruning, the addon saves a full snapshot of your current event list to
events_backup so you can recover or archive if needed.
Disclaimer
- No options panel, no HUD. Just data you can paste into a spreadsheet or pipeline. Designed for those who like tracking play time, session patterns, or feeding a personal dashboard.