Author: rfm
Date: Fri May 29 18:07:08 2015
New Revision: 38587

URL: http://svn.gna.org/viewcvs/gnustep?rev=38587&view=rev
Log:
add example config

Modified:
    libs/ec/trunk/AlertConfig.plist

Modified: libs/ec/trunk/AlertConfig.plist
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/AlertConfig.plist?rev=38587&r1=38586&r2=38587&view=diff
==============================================================================
--- libs/ec/trunk/AlertConfig.plist     (original)
+++ libs/ec/trunk/AlertConfig.plist     Fri May 29 18:07:08 2015
@@ -3,6 +3,14 @@
    * details on what you can configure here.
    */
   Debug = NO;                   /* Defaults ... do not log email alerts sent */
+
+  /* If we wish to extend/oeverride the function of the EcAlerter class in
+   * handling alerts, we may do so by specifying the name (or full path) of
+   * a bundle whose principal class is a subclass of EcAlerter.  The alerter
+   * object used will then use the class from the bundle rather than the
+   * EcAlerter class.
+  AlerterBundle = "foo";
+  */
 
   /* Default setup is to alert for high priority alarms and to
    * send out reminders at five minute intervals.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to