handlers property

List<BDLogHandler> handlers

Returns a list of the log handlers that are currently added to the logger.

Implementation

List<BDLogHandler> get handlers {
  return UnmodifiableListView<BDLogHandler>(_handlers);
}