SourceMod-Store/WebPanel-Core

Additional Logging

Opened this issue · 0 comments

Intro

The WebPanel / and the Store Plugin should log what happens to items / credits.

These actions should be logged:

  • WebPanel
    • User Item added / removed
    • User Credits changed
  • Store Plugin
    • User Item bought / sold
    • User Item gifted / gift received
    • User Credits gifted / gift received
    • User Credits received

Each Action should have

  • A Event ID that is unique for that action type
  • A Severity Value
  • Date and Time
  • A Source (WebPanel-Module / Server-ID)
  • Attributes that give more information what happend (userid, itemid, credit value, ...)