sendLogEvent abstract method
Send an log with the custom informate implement. Should filter what level is not required.
A DiagnosticLogsEvent extension can be create if the sdk need or have
custom information
Implementation
FutureOr<void> sendLogEvent({
required covariant DiagnosticLogsEvent event,
});