Logging to stream files

Issue #19 new
Mihael Schmidt repo owner created an issue

The simple logger is just for debugging and should not be used for production. A logger is needed for production.

Stream files are a standard output for log messages on most platforms.

Requirements:

  • log to stream file
  • rotate log every x mb
  • rotate log every day
  • backup x log files

Comments (2)

  1. Log in to comment