Changeset 8ed58e65 in rtems
- Timestamp:
- 09/30/98 18:19:40 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1dedfde9
- Parents:
- 4ca5bd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/eventlog.t
r4ca5bd8 r8ed58e65 59 59 60 60 61 @subsection Facilities , Severity, & Queries61 @subsection Facilities 62 62 63 63 A facility is an identification code for a subsystem, device, or 64 64 other object about which information is being written to 65 a log file. Severity is a rating of the error that is being logged. 65 a log file. 66 67 A facility set is a collection of facilities. 68 69 @subsection Severity 70 71 Severity is a rating of the error that is being logged. 72 73 @subsection Queries 74 75 66 76 The facility identifier and the event severity are the basis for 67 77 subsequent log query. A log query is used as a filter to … … 422 432 @table @b 423 433 @item EACCES 424 Search permission is denied on a component of the pathprefix,434 Search permission is denied on a component of the @cdoe{path} prefix, 425 435 or the log file exists and read permission is denied. 426 436 … … 433 443 434 444 @item EINVAL 435 The pathargument referred to a file that was not a log file.445 The @code{path} argument referred to a file that was not a log file. 436 446 437 447 @item EMFILE … … 448 458 449 459 @item ENOENT 450 The file specified by the pathargument does not exist.460 The file specified by the @code{path} argument does not exist. 451 461 452 462 @item ENOTDIR 453 A component of the pathprefix is not a directory.463 A component of the @code{path} prefix is not a directory. 454 464 455 465 @end table … … 536 546 537 547 @item EINTR 538 A signal interrupted the call to log_read().548 A signal interrupted the call to @code{log_read()}. 539 549 540 550 @item EIO … … 616 626 617 627 @item ENOSYS 618 The function log_notify()is not supported by this implementation.628 The function @code{log_notify()} is not supported by this implementation. 619 629 620 630 @end table
Note: See TracChangeset
for help on using the changeset viewer.