removeLogTarget static method

void removeLogTarget(
  1. LogTarget target
)

Removes a logging target

Implementation

static void removeLogTarget(LogTarget target) {
  _logTargets.remove(target);
}