mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 10:51:04 +00:00
documentation tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1277b84c3
commit
ab2a9854d9
1 changed files with 10 additions and 6 deletions
16
EcAlerter.h
16
EcAlerter.h
|
@ -304,7 +304,7 @@
|
|||
* <desc>An integer number of minutes between generating alerts
|
||||
* reminding about alarms. If this is negative or not
|
||||
* set then it defaults to zero ... meaning that no reminders
|
||||
* are sent.
|
||||
* are sent.</desc>
|
||||
* </deflist>
|
||||
*/
|
||||
@interface EcAlerter : NSObject
|
||||
|
@ -385,13 +385,15 @@
|
|||
* <p>Each message must be a line of the format -<br />
|
||||
* serverName(hostName): YYYY-MM-DD hh:mm:ss.mmm szzzz type - text
|
||||
* </p>
|
||||
* <p>Each message is parsed an then the components are passed to
|
||||
* the -handleEvent:withHost:andServer:timestamp:identifier:severity: method.
|
||||
* <p>Each message is parsed an then the components are passed to the
|
||||
* -handleEvent:withHost:andServer:timestamp:identifier:severity:reminder:
|
||||
* method.
|
||||
* </p>
|
||||
*/
|
||||
- (void) handleInfo: (NSString*)str;
|
||||
|
||||
/** Called by -handleEvent:withHost:andServer:timestamp:identifier:severity:
|
||||
/** Called by
|
||||
* -handleEvent:withHost:andServer:timestamp:identifier:severity:reminder
|
||||
* to log a message to an array of destinations.
|
||||
*/
|
||||
- (void) log: (NSMutableDictionary*)m
|
||||
|
@ -403,7 +405,8 @@
|
|||
*/
|
||||
- (void) log: (NSMutableDictionary*)m to: (NSArray*)destinations;
|
||||
|
||||
/** Called by -handleEvent:withHost:andServer:timestamp:identifier:severity:
|
||||
/** Called by
|
||||
* -handleEvent:withHost:andServer:timestamp:identifier:severity:reminder:
|
||||
* to pass a message to an array of destinations.
|
||||
* The message is actually appended to any cached messages for those
|
||||
* destinations ... and the cache is periodically flushed.
|
||||
|
@ -423,7 +426,8 @@
|
|||
*/
|
||||
- (BOOL) setRules: (NSArray*)ra;
|
||||
|
||||
/** Called by -handleEvent:withHost:andServer:timestamp:identifier:severity:
|
||||
/** Called by
|
||||
* -handleEvent:withHost:andServer:timestamp:identifier:severity:reminder:
|
||||
* to pass a message to an array of destinations.
|
||||
* The message replaces any cached messages for those
|
||||
* destinations (and has a count of the lost messages noted) ... and
|
||||
|
|
Loading…
Reference in a new issue