moffe42 / corto

Automatically exported from code.google.com/p/corto
0 stars 0 forks source link

simplify logging stuff #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A suggestion: replace the Log dir and the 4 files in there with a singe class 
in the Library directory; this default log class:
  a) logs to syslog using PHP primitives (a sane default, no file permission problems)
  b) is instantiated based on a configuration option
  c) can be derived from by external logging classes (that would be instantiated through the config option)

Original issue reported on code.google.com by hans.zandbelt@gmail.com on 2 Sep 2010 at 7:01