What I want to do is the following< Log all messages to a file on my filesystem. Log error messages to an email address so I know when an error has occured.
I know how to do this in log4j, but I can't seem to make it work in log4php. Is there a way to make this work? and if so, how?
Mark