LogEvent asynchronously records an audit log entry. It is fire-and-forget: errors are logged but not propagated.
(event Event)
| 39 | // LogEvent asynchronously records an audit log entry. |
| 40 | // It is fire-and-forget: errors are logged but not propagated. |
| 41 | LogEvent(event Event) |
| 42 | } |
| 43 | |
| 44 | type provider struct { |
no outgoing calls
no test coverage detected