Skip to content

Commit

Permalink
update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Feb 8, 2024
1 parent 66a5e6f commit e67affa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/logs/event-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<!-- toc -->

- [Overview](#overview)
- [EventEmitter](#EventEmitter)
* [EventEmitter Operations](#EventEmitter-operations)
+ [Create EventEmitter](#create-EventEmitter)
- [EventEmitter](#eventemitter)
* [EventEmitter Operations](#eventemitter-operations)
+ [Create EventEmitter](#create-eventemitter)
+ [Emit Event](#emit-event)
- [Optional and required parameters](#optional-and-required-parameters)

Expand Down Expand Up @@ -89,7 +89,7 @@ This function MAY be named `logEvent`.

The implementation MUST use the parameters
to [emit a logRecord](./bridge-api.md#emit-a-logrecord) using the `logger`
specified when [creating the EventEmitter](#create-EventEmitter) as follows:
specified when [creating the EventEmitter](#create-eventemitter) as follows:

* The `Name` MUST be used to set
the `event.name` [Attribute](./data-model.md#field-attributes). If
Expand Down

0 comments on commit e67affa

Please sign in to comment.