destinations property

List<LogDestination>? destinations
final

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

Implementation

final List<LogDestination>? destinations;