Skip to content

Create some kind of log #28

@simark

Description

@simark

A log of all the operations that happen would be nice:

  • User created
  • User login
  • Debt added
  • Debt confirmed
  • ???

I guess we could use a singleton class like we do for the session right now. It would allow any part of the application to use it, and we could do some filtering at the class entry point used to log something. Ideally, it would be possible to configure the destination of the log. For example, a text TextLogger class could send the log to a text file, DBLogger could write it in a DB, NetworkLogger could send it over the network using an arbitrary format (I'm thinking about this one here http://www.efficios.com/ctf, but there might be other good formats out there).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions