objectEncoder property

LogObjectEncoder objectEncoder
final

Converts custom objects into structured log values.

JSON-native values, maps, lists, and sets are handled before this callback. The default supports common Dart and Dio objects and gives unknown objects a tagged toString() representation.

Implementation

final LogObjectEncoder objectEncoder;