Skip to content

Commit

Permalink
update LogEvent usage restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Jan 28, 2024
1 parent 09324e7 commit 6ca4bdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/EventLogging.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ class EventLogger : public EventLoggingDelegate
* context tags to be interpreted within the schema identified by
* `ClusterID` and `EventId`.
*
* The consumer has to either lock the Matter stack lock or queue the event to
* the Matter event queue when using LogEvent.
*
* LogEvent has 2 variant, one for fabric-scoped events and one for non-fabric-scoped events.
* @param[in] aEventData The event cluster object
* @param[in] aEndpoint The current cluster's Endpoint Id
Expand Down

0 comments on commit 6ca4bdb

Please sign in to comment.