A piece of functionality I really want is the ability to email errors to
an administrative email address. Previously I had thought that making
the exception handling in Turbine.handleException pluggable was the way
to go, but looking at the (wonderful) new LoggingService I think the
right way to go is to write an EmailLogger class ...
Can anyone forsee any problems with this, or shall I go ahead and write
the class?
Sean
--
Sean Legassick
[EMAIL PROTECTED]
this.setAnimal(new Man()); try { Humanity.anyAction(); } catch
SurpriseException e { System.err.println("This should never happen!");
e.printStackTrace(); }
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]