serializer property
Optional custom serializer. When set, its return value is JSON-encoded and sent as the request body, replacing the default payload.
Implementation
final LogEventSerializer? serializer;
Optional custom serializer. When set, its return value is JSON-encoded and sent as the request body, replacing the default payload.
final LogEventSerializer? serializer;