Tagged Questions
2
votes
2answers
107 views
Refactoring Logger interface to open and close logs
I asked a question about an implementation of a logger using syslog and error_log as fallback that made me re-evaluate my Logger interface. Before it simply forced a log($timestamp, $message) to be ...